aboutsummaryrefslogtreecommitdiff
path: root/absl/base/prefetch.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in example code snippet.Abseil Team2024-02-271-1/+1
* Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platformsDerek Mauro2023-11-281-2/+3
* Prefer builtin to inline assembly when built with -mprfchw.Chris Kennelly2023-10-261-1/+1
* Optimize prefetch codegen.Dmitry Vyukov2023-10-181-2/+2
* Always inline prefetches.Hannah Lin2023-08-141-9/+19
* Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin...Martijn Vels2023-02-141-5/+0
* `PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ...Abseil Team2023-02-031-2/+2
* Replace absl::base_internal::Prefetch* calls with absl::Prefetch* callsMartijn Vels2023-01-271-3/+10
* Introduce Abseil Prefetch APIMartijn Vels2023-01-261-0/+196