A type-safe wrapper around LLVM's prefetch intrinsic for memory prefetching.
# Cargo.toml
[dependencies]
prefetch = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Prefetch a memory address to improve cache performance.
Use `#![feature(core_intrinsics)]` and compile with nightly
No dependency data recorded yet.