This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from beb52f502f Improve math benchmark infrastructure new 905947c304 tunables: Add IFUNC selection and cache sizes
The 1 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: ChangeLog | 25 ++ elf/dl-tunables.list | 16 + manual/tunables.texi | 36 +++ .../unix/sysv/linux/x86/dl-sysdep.c | 15 +- sysdeps/x86/cacheinfo.c | 10 +- sysdeps/x86/cpu-features.c | 19 ++ sysdeps/x86/cpu-features.h | 8 + sysdeps/x86/cpu-tunables.c | 330 +++++++++++++++++++++ 8 files changed, 447 insertions(+), 12 deletions(-) copy support/xpipe.c => sysdeps/unix/sysv/linux/x86/dl-sysdep.c (81%) create mode 100644 sysdeps/x86/cpu-tunables.c