diff options
author | Martijn Vels <mvels@google.com> | 2023-02-14 14:06:10 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2023-02-14 14:06:58 -0800 |
commit | 8aa88cd11caa8dbfd5966e5e2f391b892cfd1c35 (patch) | |
tree | 5ff80284e01ef390729dd5b51107019ebfc4d360 /absl/synchronization/internal | |
parent | 15957950d997cd9e09c61add5200361d5d1e7e11 (diff) | |
download | abseil-8aa88cd11caa8dbfd5966e5e2f391b892cfd1c35.tar.gz abseil-8aa88cd11caa8dbfd5966e5e2f391b892cfd1c35.tar.bz2 abseil-8aa88cd11caa8dbfd5966e5e2f391b892cfd1c35.zip |
Remove _m_prefetchw() in favor of supporting only _mm_prefetch() or __builtin_prefetch()
Supporting _m_prefetchw() (officially part of 3DNOW) across various compilers and platforms turns out to be difficult. This change removes the explicit _m_prefetchw call aimed at MSVC compilers given that it causes issues in clang / chromium compilations.
PiperOrigin-RevId: 509632497
Change-Id: Ib1b6b2cf667cbc1af5ed6651cd9aa0294a9265b6
Diffstat (limited to 'absl/synchronization/internal')
0 files changed, 0 insertions, 0 deletions