Skip to main content

Module cache

Module cache 

Source
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