🔬This is a nightly-only experimental API. (
stdsimd
#48556)Available on AArch64 only.
Constants
- _PREFETCH_LOCALITY0ExperimentalSee
prefetch
. - _PREFETCH_LOCALITY1ExperimentalSee
prefetch
. - _PREFETCH_LOCALITY2ExperimentalSee
prefetch
. - _PREFETCH_LOCALITY3ExperimentalSee
prefetch
. - _PREFETCH_READExperimentalSee
prefetch
. - _PREFETCH_WRITEExperimentalSee
prefetch
.
Functions
- _prefetch⚠ExperimentalFetch the cache line that contains address
p
using the givenRW
andLOCALITY
.