This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release/2.39/master in repository glibc.
from 837a36c371 x86: Link tst-gnu2-tls2-x86-noxsave{,c,xsavec} with libpthread new 0da58e8be0 x86: Add seperate non-temporal tunable for memset new cc59fa5dbc x86: Enable non-temporal memset tunable for AMD new 38a7632f2d x86: Fix value for `x86_memset_non_temporal_threshold` when [...] new bde201e92c x86: Disable non-temporal memset on Skylake Server new 2be36448c4 x86: Tunables may incorrectly set Prefer_PMINUB_for_stringop [...] new 65ae73be01 x86: Use `Avoid_Non_Temporal_Memset` to control non-temporal path new 765ff3d0d4 x86: Optimize xstate size calculation new 7620d98186 x86: Add ARL/PTL/CWF model detection support new e09436c2cb x86: Handle unknown Intel processor with default tuning new 3463100f2d x86: Detect Intel Diamond Rapids
The 10 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: manual/tunables.texi | 16 +- sysdeps/x86/cacheinfo.h | 8 +- sysdeps/x86/cpu-features.c | 387 +++++++++++---------- sysdeps/x86/cpu-tunables.c | 6 + sysdeps/x86/dl-cacheinfo.h | 22 +- sysdeps/x86/dl-diagnostics-cpu.c | 2 + sysdeps/x86/dl-tunables.list | 3 + .../cpu-features-preferred_feature_index_1.def | 1 + sysdeps/x86/include/cpu-features.h | 4 +- sysdeps/x86/sysdep.h | 6 + sysdeps/x86/tst-hwcap-tunables.c | 4 +- .../x86_64/multiarch/memset-vec-unaligned-erms.S | 6 +- 12 files changed, 264 insertions(+), 201 deletions(-)