Expand description
Cache utilities and definitions
This module provides functions for prefetching memory locations into CPU caches.
Functionsยง
- prefetch_
load - Prefetches a memory location into L1 cache for reading
- prefetch_
store - Prefetches a memory location into L1 cache for writing