Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix typo in example code snippet. | Abseil Team | 2024-02-27 | 1 | -1/+1 |
* | Avoid #pragma intrinsic(_mm_prefetch) on Arm64EC (and other platforms | Derek Mauro | 2023-11-28 | 1 | -2/+3 |
* | Prefer builtin to inline assembly when built with -mprfchw. | Chris Kennelly | 2023-10-26 | 1 | -1/+1 |
* | Optimize prefetch codegen. | Dmitry Vyukov | 2023-10-18 | 1 | -2/+2 |
* | Always inline prefetches. | Hannah Lin | 2023-08-14 | 1 | -9/+19 |
* | Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin... | Martijn Vels | 2023-02-14 | 1 | -5/+0 |
* | `PrefetchToLocalCacheForWrite` should use `__builtin_prefetch(<addr>, 1, 3)` ... | Abseil Team | 2023-02-03 | 1 | -2/+2 |
* | Replace absl::base_internal::Prefetch* calls with absl::Prefetch* calls | Martijn Vels | 2023-01-27 | 1 | -3/+10 |
* | Introduce Abseil Prefetch API | Martijn Vels | 2023-01-26 | 1 | -0/+196 |