aboutsummaryrefslogtreecommitdiff
path: root/absl/base/prefetch.h
AgeCommit message (Expand)Author
2023-11-28Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platformsDerek Mauro
2023-10-26Prefer builtin to inline assembly when built with -mprfchw.Chris Kennelly
2023-10-18Optimize prefetch codegen.Dmitry Vyukov
2023-08-14Always inline prefetches.Hannah Lin
2023-02-14Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin...Martijn Vels
2023-02-03`PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ...Abseil Team
2023-01-27Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsMartijn Vels
2023-01-26Introduce Abseil Prefetch APIMartijn Vels