This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 5bc9b3a1f6 math: Add a no-mathvec flag for sin (-0.0) new a53451559d LoongArch: Add glibc.cpu.hwcap support.
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: sysdeps/loongarch/Makefile | 4 + sysdeps/loongarch/Versions | 5 ++ sysdeps/loongarch/cpu-tunables.c | 89 ++++++++++++++++++++++ .../dl-get-cpu-features.c} | 10 ++- sysdeps/loongarch/dl-machine.h | 27 ++++++- sysdeps/{s390 => loongarch}/dl-tunables.list | 4 +- .../loongarch/{cpu-features.h => cpu-features.c} | 26 +++---- sysdeps/unix/sysv/linux/loongarch/cpu-features.h | 18 ++++- .../sysv/linux/loongarch}/dl-procinfo.c | 23 +++++- .../sysv/linux/loongarch/dl-sysdep.c} | 11 +-- .../sysv/linux/loongarch}/libc-start.c | 9 ++- 11 files changed, 184 insertions(+), 42 deletions(-) create mode 100644 sysdeps/loongarch/Versions create mode 100644 sysdeps/loongarch/cpu-tunables.c copy sysdeps/{x86/dl-hwcap2.h => loongarch/dl-get-cpu-features.c} (82%) copy sysdeps/{s390 => loongarch}/dl-tunables.list (92%) copy sysdeps/unix/sysv/linux/loongarch/{cpu-features.h => cpu-features.c} (64%) copy sysdeps/{x86_64 => unix/sysv/linux/loongarch}/dl-procinfo.c (75%) copy sysdeps/{generic/string-optype.h => unix/sysv/linux/loongarch/dl-sysdep.c} (79%) copy sysdeps/{s390 => unix/sysv/linux/loongarch}/libc-start.c (82%)