Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Fix typo in example code snippet. | Abseil Team | 2024-02-27 |
* | Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platforms | Derek Mauro | 2023-11-28 |
* | Prefer builtin to inline assembly when built with -mprfchw. | Chris Kennelly | 2023-10-26 |
* | Optimize prefetch codegen. | Dmitry Vyukov | 2023-10-18 |
* | 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 |