Expand description
Cache line size constants for different architectures
Constantsยง
- CACHE_
LINE_ SIZE - Common cache line size (64 bytes) for x86/x64
- L1_
CACHE_ SIZE - L1 cache size estimate (32KB typical)
- L2_
CACHE_ SIZE - L2 cache size estimate (256KB typical)
- L3_
CACHE_ SIZE - L3 cache size estimate (8MB typical)
- PAGE_
SIZE - Memory page size (4KB typical)
- PREFETCH_
DISTANCE - Prefetch distance for linear access patterns