Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Always inline prefetches. | Hannah Lin | 2023-08-14 |
* | Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin... | Martijn Vels | 2023-02-14 |
* | `PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ... | Abseil Team | 2023-02-03 |
* | Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls | Martijn Vels | 2023-01-27 |
* | Introduce Abseil Prefetch API | Martijn Vels | 2023-01-26 |