diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-08-02 15:22:14 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-08-02 18:08:14 +0200 |
commit | 7a630f7d3392ca391a399486ce2846f9e4b4ee63 (patch) | |
tree | 1425a1988c2fdd712d17888ca20c55af025b5b2b /sysdeps/x86/cpu-tunables.c | |
parent | 0df48472ff5b291ab0014146f33b0269ff0286a9 (diff) | |
download | glibc-7a630f7d3392ca391a399486ce2846f9e4b4ee63.zip glibc-7a630f7d3392ca391a399486ce2846f9e4b4ee63.tar.gz glibc-7a630f7d3392ca391a399486ce2846f9e4b4ee63.tar.bz2 |
x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop (bug 32047)
Fixes commit 5bcf6265f215326d14dfacdce8532792c2c7f8f8 ("x86:
Disable non-temporal memset on Skylake Server").
Reviewed-by: Noah Goldstein <goldstein.w.n@gmail.com>
Diffstat (limited to 'sysdeps/x86/cpu-tunables.c')
-rw-r--r-- | sysdeps/x86/cpu-tunables.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/x86/cpu-tunables.c b/sysdeps/x86/cpu-tunables.c index ae9dcd6..ccc6b64 100644 --- a/sysdeps/x86/cpu-tunables.c +++ b/sysdeps/x86/cpu-tunables.c @@ -248,6 +248,7 @@ TUNABLE_CALLBACK (set_hwcaps) (tunable_val_t *valp) CHECK_GLIBC_IFUNC_PREFERRED_BOTH (n, cpu_features, Avoid_Non_Temporal_Memset, 25); } + break; case 26: { CHECK_GLIBC_IFUNC_PREFERRED_NEED_BOTH |