This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from eb8fa66d4e nptl: Add <thread_pointer.h> for sparc new 647e464374 benchtests: Add acosf benchmark new fa145f3784 benchtests: Add acoshf benchmark new 1da8a3707c benchtests: Add asinf benchmark new 275d4d479b benchtests: Add asinhf benchmark new 74a275d244 benchtests: Add atanf benchmark new fa857e6c7b benchtests: Add atan2f benchmark new 4f1e26ba47 benchtests: Add atanhf benchmark new 7b7a3fa121 benchtests: Add coshf benchmark new b76b90a809 benchtests: Add sinhf benchmark new 042ed4b28a benchtests: Add tanhf benchmark new a993eea641 math: Fix spurious-divbyzero flag name new aa3e67ced6 math: Add inf support on gen-auto-libm-tests.c new 517c213377 math: Fix the expected atanf (inf) results new abe1d65aa6 math: Fix the expected atan2f (inf) results new 45126f866c math: Fix the expected carg (inf) results new 66fa7ad437 math: Use acosf from CORE-MATH new 673e6fe110 math: Use acoshf from CORE-MATH new 5fb4b566ef math: Use asinf from CORE-MATH new ed608a40e2 math: Use asinhf from CORE-MATH new a357d6273f math: Use atanf from CORE-MATH new 6f9bacf36b math: Use atan2f from CORE-MATH new 7cfd8b5698 math: Use atanhf from CORE-MATH new 9583836785 math: Use coshf from CORE-MATH new 1751c0519a math: Use sinhf from CORE-MATH new 0e0be3ed80 math: Use tanhf from CORE-MATH new d421d36582 added url of CORE-MATH project
The 26 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: LICENSES | 3 +- SHARED-FILES | 40 + benchtests/Makefile | 10 + benchtests/acosf-inputs | 2710 ++++++++++++++++++++++++ benchtests/acoshf-inputs | 1005 +++++++++ benchtests/asinf-inputs | 2710 ++++++++++++++++++++++++ benchtests/asinhf-inputs | 2005 ++++++++++++++++++ benchtests/atan2f-inputs | 2005 ++++++++++++++++++ benchtests/atanf-inputs | 2005 ++++++++++++++++++ benchtests/atanhf-inputs | 2005 ++++++++++++++++++ benchtests/coshf-inputs | 2005 ++++++++++++++++++ benchtests/sinhf-inputs | 2005 ++++++++++++++++++ benchtests/tanhf-inputs | 2005 ++++++++++++++++++ math/auto-libm-test-in | 63 + math/auto-libm-test-out-atan | 50 + math/auto-libm-test-out-atan2 | 2316 ++++++++++++++++++++ math/auto-libm-test-out-carg | 250 +++ math/gen-auto-libm-tests.c | 31 +- math/gen-libm-test.py | 2 +- math/libm-test-atan.inc | 2 - math/libm-test-atan2.inc | 56 - math/libm-test-carg.inc | 28 - sysdeps/aarch64/libm-test-ulps | 50 +- sysdeps/alpha/fpu/libm-test-ulps | 44 - sysdeps/arc/fpu/libm-test-ulps | 44 - sysdeps/arc/nofpu/libm-test-ulps | 11 - sysdeps/arm/libm-test-ulps | 54 +- sysdeps/csky/fpu/libm-test-ulps | 44 - sysdeps/csky/nofpu/libm-test-ulps | 44 - sysdeps/hppa/fpu/libm-test-ulps | 44 - sysdeps/i386/fpu/e_acosf.S | 23 - sysdeps/i386/fpu/e_acoshf.S | 101 - sysdeps/i386/fpu/e_asinf.S | 38 - sysdeps/i386/fpu/e_atan2f.S | 30 - sysdeps/i386/fpu/e_atanhf.S | 110 - sysdeps/i386/fpu/libm-test-ulps | 42 +- sysdeps/i386/fpu/s_asinhf.S | 139 -- sysdeps/i386/fpu/s_atanf.S | 30 - sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 42 +- sysdeps/ieee754/flt-32/e_acosf.c | 195 +- sysdeps/ieee754/flt-32/e_acoshf.c | 232 +- sysdeps/ieee754/flt-32/e_asinf.c | 210 +- sysdeps/ieee754/flt-32/e_atan2f.c | 338 ++- sysdeps/ieee754/flt-32/e_atanhf.c | 212 +- sysdeps/ieee754/flt-32/e_coshf.c | 156 +- sysdeps/ieee754/flt-32/e_sinhf.c | 171 +- sysdeps/ieee754/flt-32/s_asinhf.c | 221 +- sysdeps/ieee754/flt-32/s_atanf.c | 193 +- sysdeps/ieee754/flt-32/s_tanhf.c | 133 +- sysdeps/loongarch/lp64/libm-test-ulps | 48 +- sysdeps/m68k/coldfire/fpu/libm-test-ulps | 2 - sysdeps/m68k/m680x0/fpu/libm-test-ulps | 19 - sysdeps/microblaze/libm-test-ulps | 11 - sysdeps/mips/mips32/libm-test-ulps | 44 - sysdeps/mips/mips64/libm-test-ulps | 44 - sysdeps/or1k/fpu/libm-test-ulps | 44 - sysdeps/or1k/nofpu/libm-test-ulps | 44 - sysdeps/powerpc/fpu/libm-test-ulps | 50 +- sysdeps/powerpc/nofpu/libm-test-ulps | 44 - sysdeps/riscv/nofpu/libm-test-ulps | 44 - sysdeps/riscv/rvd/libm-test-ulps | 44 - sysdeps/s390/fpu/libm-test-ulps | 44 - sysdeps/sh/libm-test-ulps | 22 - sysdeps/sparc/fpu/libm-test-ulps | 44 - sysdeps/x86_64/fpu/libm-test-ulps | 52 +- 65 files changed, 24690 insertions(+), 2172 deletions(-) create mode 100644 benchtests/acosf-inputs create mode 100644 benchtests/acoshf-inputs create mode 100644 benchtests/asinf-inputs create mode 100644 benchtests/asinhf-inputs create mode 100644 benchtests/atan2f-inputs create mode 100644 benchtests/atanf-inputs create mode 100644 benchtests/atanhf-inputs create mode 100644 benchtests/coshf-inputs create mode 100644 benchtests/sinhf-inputs create mode 100644 benchtests/tanhf-inputs delete mode 100644 sysdeps/i386/fpu/e_acosf.S delete mode 100644 sysdeps/i386/fpu/e_acoshf.S delete mode 100644 sysdeps/i386/fpu/e_asinf.S delete mode 100644 sysdeps/i386/fpu/e_atan2f.S delete mode 100644 sysdeps/i386/fpu/e_atanhf.S delete mode 100644 sysdeps/i386/fpu/s_asinhf.S delete mode 100644 sysdeps/i386/fpu/s_atanf.S