This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e8ac1f71c8 Include <kernel-features.h> explicitly in Linux clock_settime.c new 7bdb921d70 Remove math-finite.h new 55d530114e Remove finite-math tests new d0007dc53c Remove x64 _finite tests and references
The 3 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: bits/math-finite.h | 197 ------------------ math/Makefile | 53 +---- math/gen-libm-test.py | 9 - math/libm-test-driver.c | 3 - math/libm-test-support.c | 2 - math/libm-test-support.h | 2 - math/math.h | 220 --------------------- math/test-finite-macros.c | 35 ---- .../rtld-memcmp.S => math/test-math-exceptions.h | 4 +- math/test-math-finite.h | 21 -- math/test-math-inline.h | 1 - math/test-math-no-finite.h | 20 -- math/test-math-vector.h | 1 - math/test-signgam-finite-c11.c | 1 - math/test-signgam-finite-c99.c | 63 ------ math/test-signgam-finite.c | 63 ------ sysdeps/ia64/fpu/bits/math-finite.h | 24 --- sysdeps/x86_64/fpu/Makefile | 125 +----------- .../x86_64/fpu/multiarch/svml_d_exp2_core_sse4.S | 4 +- .../x86_64/fpu/multiarch/svml_d_exp4_core_avx2.S | 4 +- .../x86_64/fpu/multiarch/svml_d_exp8_core_avx512.S | 8 +- .../x86_64/fpu/multiarch/svml_d_log2_core_sse4.S | 4 +- .../x86_64/fpu/multiarch/svml_d_log4_core_avx2.S | 4 +- .../x86_64/fpu/multiarch/svml_d_log8_core_avx512.S | 8 +- .../x86_64/fpu/multiarch/svml_d_pow2_core_sse4.S | 4 +- .../x86_64/fpu/multiarch/svml_d_pow4_core_avx2.S | 4 +- .../x86_64/fpu/multiarch/svml_d_pow8_core_avx512.S | 8 +- .../fpu/multiarch/svml_s_expf16_core_avx512.S | 8 +- .../x86_64/fpu/multiarch/svml_s_expf4_core_sse4.S | 4 +- .../x86_64/fpu/multiarch/svml_s_expf8_core_avx2.S | 4 +- .../fpu/multiarch/svml_s_logf16_core_avx512.S | 8 +- .../x86_64/fpu/multiarch/svml_s_logf4_core_sse4.S | 4 +- .../x86_64/fpu/multiarch/svml_s_logf8_core_avx2.S | 4 +- .../fpu/multiarch/svml_s_powf16_core_avx512.S | 8 +- .../x86_64/fpu/multiarch/svml_s_powf4_core_sse4.S | 4 +- .../x86_64/fpu/multiarch/svml_s_powf8_core_avx2.S | 4 +- sysdeps/x86_64/fpu/svml_d_exp2_core.S | 2 +- sysdeps/x86_64/fpu/svml_d_log2_core.S | 2 +- sysdeps/x86_64/fpu/svml_d_pow2_core.S | 2 +- sysdeps/x86_64/fpu/svml_finite_alias.S | 58 ------ sysdeps/x86_64/fpu/svml_s_expf4_core.S | 2 +- sysdeps/x86_64/fpu/svml_s_logf4_core.S | 2 +- sysdeps/x86_64/fpu/svml_s_powf4_core.S | 2 +- .../fpu/test-double-libmvec-alias-avx-main.c | 1 - .../x86_64/fpu/test-double-libmvec-alias-avx-mod.c | 1 - sysdeps/x86_64/fpu/test-double-libmvec-alias-avx.c | 1 - .../fpu/test-double-libmvec-alias-avx2-main.c | 1 - .../fpu/test-double-libmvec-alias-avx2-mod.c | 1 - .../x86_64/fpu/test-double-libmvec-alias-avx2.c | 1 - .../fpu/test-double-libmvec-alias-avx512-main.c | 1 - .../fpu/test-double-libmvec-alias-avx512-mod.c | 1 - .../x86_64/fpu/test-double-libmvec-alias-avx512.c | 1 - .../x86_64/fpu/test-double-libmvec-alias-main.c | 1 - sysdeps/x86_64/fpu/test-double-libmvec-alias-mod.c | 25 --- sysdeps/x86_64/fpu/test-double-libmvec-alias.c | 29 --- .../x86_64/fpu/test-float-libmvec-alias-avx-main.c | 1 - .../x86_64/fpu/test-float-libmvec-alias-avx-mod.c | 1 - sysdeps/x86_64/fpu/test-float-libmvec-alias-avx.c | 1 - .../fpu/test-float-libmvec-alias-avx2-main.c | 1 - .../x86_64/fpu/test-float-libmvec-alias-avx2-mod.c | 1 - sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2.c | 1 - .../fpu/test-float-libmvec-alias-avx512-main.c | 1 - .../fpu/test-float-libmvec-alias-avx512-mod.c | 1 - .../x86_64/fpu/test-float-libmvec-alias-avx512.c | 1 - sysdeps/x86_64/fpu/test-float-libmvec-alias-main.c | 1 - sysdeps/x86_64/fpu/test-float-libmvec-alias-mod.c | 25 --- sysdeps/x86_64/fpu/test-float-libmvec-alias.c | 29 --- sysdeps/x86_64/fpu/test-libmvec-alias-mod.c | 66 ------- 68 files changed, 69 insertions(+), 1135 deletions(-) delete mode 100644 bits/math-finite.h delete mode 100644 math/test-finite-macros.c copy sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S => math/test-math-ex [...] delete mode 100644 math/test-math-finite.h delete mode 100644 math/test-math-no-finite.h delete mode 100644 math/test-signgam-finite-c11.c delete mode 100644 math/test-signgam-finite-c99.c delete mode 100644 math/test-signgam-finite.c delete mode 100644 sysdeps/ia64/fpu/bits/math-finite.h delete mode 100644 sysdeps/x86_64/fpu/svml_finite_alias.S delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-main.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-avx-mod.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-avx.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-main.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2-mod.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-avx2.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-main.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512-mod.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-avx512.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-main.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias-mod.c delete mode 100644 sysdeps/x86_64/fpu/test-double-libmvec-alias.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-main.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-avx-mod.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-avx.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-main.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2-mod.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-avx2.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-main.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512-mod.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-avx512.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-main.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias-mod.c delete mode 100644 sysdeps/x86_64/fpu/test-float-libmvec-alias.c delete mode 100644 sysdeps/x86_64/fpu/test-libmvec-alias-mod.c