summaryrefslogtreecommitdiff
path: root/absl/base/prefetch.h
Commit message (Expand)AuthorAge
* Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platformsGravatar Derek Mauro2023-11-28
* Prefer builtin to inline assembly when built with -mprfchw.Gravatar Chris Kennelly2023-10-26
* Optimize prefetch codegen.Gravatar Dmitry Vyukov2023-10-18
* Always inline prefetches.Gravatar Hannah Lin2023-08-14
* Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin...Gravatar Martijn Vels2023-02-14
* `PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ...Gravatar Abseil Team2023-02-03
* Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsGravatar Martijn Vels2023-01-27
* Introduce Abseil Prefetch APIGravatar Martijn Vels2023-01-26