Skip to content

Instantly share code, notes, and snippets.

@awt-256
Last active November 11, 2023 03:07
Show Gist options
  • Save awt-256/199a9e5dfca1d1602dfadd9aa84a401f to your computer and use it in GitHub Desktop.
Save awt-256/199a9e5dfca1d1602dfadd9aa84a401f to your computer and use it in GitHub Desktop.
m1 cache
PAGE_SIZE = 16384
CACHE_LINE_SIZE = 128
Core 1 - Performance
L1D_SIZE = 131072
L1I_SIZE = 196608
L2_SIZE = 12582912
Core 2 - Efficiency
L1D_SIZE = 65536
L1I_SIZE = 131072
L2_SIZE = 4194304
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment