summaryrefslogtreecommitdiff
path: root/absl/base/prefetch.h
Commit message (Expand)AuthorAge
* 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