pub fn prefetch_read<T>(ptr: *const T)
Software prefetch for upcoming data access.
This hints to the CPU to load data into cache before it’s needed, reducing memory access latency in tight loops.