]> sourceware.org Git - glibc.git/commit
x86: Disable non-temporal memset on Skylake Server
authorNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 15 Jul 2024 08:19:17 +0000 (16:19 +0800)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Tue, 16 Jul 2024 09:20:18 +0000 (17:20 +0800)
commit5bcf6265f215326d14dfacdce8532792c2c7f8f8
tree00b669b545dc16a3c6ed55148ef39830f0f55f65
parent2dcc908538054377d19571d77a026b9f26d3fd0f
x86: Disable non-temporal memset on Skylake Server

The original commit enabling non-temporal memset on Skylake Server had
erroneous benchmarks (actually done on ICX).

Further benchmarks indicate non-temporal stores may in fact by a
regression on Skylake Server.

This commit may be over-cautious in some cases, but should avoid any
regressions for 2.40.

Tested using qemu on all x86_64 cpu arch supported by both qemu +
GLIBC.

Reviewed-by: DJ Delorie <dj@redhat.com>
Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
sysdeps/x86/cpu-features.c
sysdeps/x86/cpu-tunables.c
sysdeps/x86/dl-cacheinfo.h
sysdeps/x86/include/cpu-features-preferred_feature_index_1.def
sysdeps/x86/tst-hwcap-tunables.c
This page took 0.041771 seconds and 5 git commands to generate.