aboutsummaryrefslogtreecommitdiff
path: root/libsanitizer/libsanitizer.spec.in
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2021-11-30 05:31:26 -0800
committerH.J. Lu <hjl.tools@gmail.com>2021-12-06 08:16:49 -0800
commit70b043845d7c378c6a9361a6769885897d1018c2 (patch)
tree0a3fdd43c8343743500745aafb483837846bbf21 /libsanitizer/libsanitizer.spec.in
parent0dc77a0c4942d3b264f8f8cfc2c509ecc02c3634 (diff)
downloadgcc-70b043845d7c378c6a9361a6769885897d1018c2.zip
gcc-70b043845d7c378c6a9361a6769885897d1018c2.tar.gz
gcc-70b043845d7c378c6a9361a6769885897d1018c2.tar.bz2
libsanitizer: Use SSE to save and restore XMM registers
Use SSE, instead of AVX, to save and restore XMM registers to support processors without AVX. The affected codes are unused in upstream since https://github.com/llvm/llvm-project/commit/66d4ce7e26a5 and will be removed in https://reviews.llvm.org/D112604 This fixed FAIL: g++.dg/tsan/pthread_cond_clockwait.C -O0 execution test FAIL: g++.dg/tsan/pthread_cond_clockwait.C -O2 execution test on machines without AVX. PR sanitizer/103466 * tsan/tsan_rtl_amd64.S (__tsan_trace_switch_thunk): Replace vmovdqu with movdqu. (__tsan_report_race_thunk): Likewise.
Diffstat (limited to 'libsanitizer/libsanitizer.spec.in')
0 files changed, 0 insertions, 0 deletions