This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from aec0821 Add new templates for IEEE wrappers new 92061bb Run libm tests separately for each function.
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 | 373 ++++++++++++++++++++++++++++ math/Makefile | 192 ++++++++++---- math/README.libm-test | 23 +- math/gen-libm-have-vector-test.sh | 52 ---- math/libm-test-acos.inc | 8 + math/libm-test-acosh.inc | 8 + math/libm-test-asin.inc | 8 + math/libm-test-asinh.inc | 8 + math/libm-test-atan.inc | 8 + math/libm-test-atan2.inc | 8 + math/libm-test-atanh.inc | 8 + math/libm-test-cabs.inc | 8 + math/libm-test-cacos.inc | 8 + math/libm-test-cacosh.inc | 8 + math/libm-test-canonicalize.inc | 8 + math/libm-test-carg.inc | 8 + math/libm-test-casin.inc | 8 + math/libm-test-casinh.inc | 8 + math/libm-test-catan.inc | 8 + math/libm-test-catanh.inc | 8 + math/libm-test-cbrt.inc | 8 + math/libm-test-ccos.inc | 8 + math/libm-test-ccosh.inc | 8 + math/libm-test-ceil.inc | 8 + math/libm-test-cexp.inc | 8 + math/libm-test-cimag.inc | 8 + math/libm-test-clog.inc | 8 + math/libm-test-clog10.inc | 8 + math/libm-test-conj.inc | 8 + math/libm-test-copysign.inc | 8 + math/libm-test-cos.inc | 8 + math/libm-test-cosh.inc | 8 + math/libm-test-cpow.inc | 8 + math/libm-test-cproj.inc | 8 + math/libm-test-creal.inc | 8 + math/libm-test-csin.inc | 8 + math/libm-test-csinh.inc | 8 + math/libm-test-csqrt.inc | 8 + math/libm-test-ctan.inc | 8 + math/libm-test-ctanh.inc | 8 + math/libm-test-driver.c | 6 - math/libm-test-erf.inc | 8 + math/libm-test-erfc.inc | 8 + math/libm-test-exp.inc | 8 + math/libm-test-exp10.inc | 9 + math/libm-test-exp2.inc | 8 + math/libm-test-expm1.inc | 8 + math/libm-test-fabs.inc | 8 + math/libm-test-fdim.inc | 8 + math/libm-test-floor.inc | 8 + math/libm-test-fma.inc | 8 + math/libm-test-fmax.inc | 8 + math/libm-test-fmaxmag.inc | 8 + math/libm-test-fmin.inc | 8 + math/libm-test-fminmag.inc | 8 + math/libm-test-fmod.inc | 8 + math/libm-test-fpclassify.inc | 8 + math/libm-test-frexp.inc | 8 + math/libm-test-fromfp.inc | 8 + math/libm-test-fromfpx.inc | 8 + math/libm-test-getpayload.inc | 8 + math/libm-test-hypot.inc | 8 + math/libm-test-ilogb.inc | 8 + math/libm-test-iscanonical.inc | 8 + math/libm-test-iseqsig.inc | 8 + math/libm-test-isfinite.inc | 9 + math/libm-test-isgreater.inc | 8 + math/libm-test-isgreaterequal.inc | 8 + math/libm-test-isinf.inc | 8 + math/libm-test-isless.inc | 8 + math/libm-test-islessequal.inc | 8 + math/libm-test-islessgreater.inc | 8 + math/libm-test-isnan.inc | 8 + math/libm-test-isnormal.inc | 8 + math/libm-test-issignaling.inc | 8 + math/libm-test-issubnormal.inc | 8 + math/libm-test-isunordered.inc | 8 + math/libm-test-iszero.inc | 8 + math/libm-test-j0.inc | 8 + math/libm-test-j1.inc | 8 + math/libm-test-jn.inc | 8 + math/libm-test-lgamma.inc | 9 + math/libm-test-llogb.inc | 8 + math/libm-test-llrint.inc | 8 + math/libm-test-llround.inc | 8 + math/libm-test-log.inc | 8 + math/libm-test-log10.inc | 8 + math/libm-test-log1p.inc | 8 + math/libm-test-log2.inc | 8 + math/libm-test-logb.inc | 8 + math/libm-test-lrint.inc | 8 + math/libm-test-lround.inc | 8 + math/libm-test-modf.inc | 8 + math/libm-test-nearbyint.inc | 8 + math/libm-test-nextafter.inc | 8 + math/libm-test-nextdown.inc | 8 + math/libm-test-nexttoward.inc | 8 + math/libm-test-nextup.inc | 8 + math/libm-test-pow.inc | 8 + math/libm-test-remainder.inc | 9 + math/libm-test-remquo.inc | 8 + math/libm-test-rint.inc | 8 + math/libm-test-round.inc | 8 + math/libm-test-roundeven.inc | 8 + math/libm-test-scalb.inc | 8 + math/libm-test-scalbln.inc | 8 + math/libm-test-scalbn.inc | 9 + math/libm-test-setpayload.inc | 8 + math/libm-test-setpayloadsig.inc | 8 + math/libm-test-signbit.inc | 8 + math/libm-test-significand.inc | 8 + math/libm-test-sin.inc | 8 + math/libm-test-sincos.inc | 8 + math/libm-test-sinh.inc | 8 + math/libm-test-sqrt.inc | 8 + math/libm-test-support-double.c | 20 -- math/libm-test-support-float.c | 20 -- math/libm-test-support-ldouble.c | 20 -- math/libm-test-tan.inc | 8 + math/libm-test-tanh.inc | 8 + math/libm-test-tgamma.inc | 8 + math/libm-test-totalorder.inc | 8 + math/libm-test-totalordermag.inc | 8 + math/libm-test-trunc.inc | 8 + math/libm-test-ufromfp.inc | 8 + math/libm-test-ufromfpx.inc | 8 + math/libm-test-y0.inc | 8 + math/libm-test-y1.inc | 8 + math/libm-test-yn.inc | 8 + math/libm-test.inc | 319 ------------------------ math/test-double-finite.c | 23 -- math/test-double-vlen2.h | 2 - math/test-double-vlen4.h | 2 - math/test-double-vlen8.h | 2 - math/test-double.c | 25 -- math/test-float-finite.c | 23 -- math/test-float-vlen16.h | 2 - math/test-float-vlen4.h | 2 - math/test-float-vlen8.h | 2 - math/test-float.c | 25 -- math/test-idouble.c | 23 -- math/test-ifloat.c | 23 -- math/test-ildouble.c | 23 -- math/test-ldouble-finite.c | 23 -- math/test-ldouble.c | 25 -- math/test-math-vector.h | 3 +- sysdeps/x86_64/fpu/Makefile | 11 +- sysdeps/x86_64/fpu/test-double-vlen2.c | 21 -- sysdeps/x86_64/fpu/test-double-vlen2.h | 26 -- sysdeps/x86_64/fpu/test-double-vlen4-avx2.c | 21 -- sysdeps/x86_64/fpu/test-double-vlen4.c | 21 -- sysdeps/x86_64/fpu/test-double-vlen4.h | 7 - sysdeps/x86_64/fpu/test-double-vlen8.c | 21 -- sysdeps/x86_64/fpu/test-double-vlen8.h | 7 - sysdeps/x86_64/fpu/test-float-vlen16.c | 21 -- sysdeps/x86_64/fpu/test-float-vlen16.h | 7 - sysdeps/x86_64/fpu/test-float-vlen4.c | 21 -- sysdeps/x86_64/fpu/test-float-vlen4.h | 26 -- sysdeps/x86_64/fpu/test-float-vlen8-avx2.c | 21 -- sysdeps/x86_64/fpu/test-float-vlen8.c | 21 -- sysdeps/x86_64/fpu/test-float-vlen8.h | 7 - 161 files changed, 1512 insertions(+), 973 deletions(-) delete mode 100644 math/gen-libm-have-vector-test.sh delete mode 100644 math/libm-test-support-double.c delete mode 100644 math/libm-test-support-float.c delete mode 100644 math/libm-test-support-ldouble.c delete mode 100644 math/libm-test.inc delete mode 100644 math/test-double-finite.c delete mode 100644 math/test-double.c delete mode 100644 math/test-float-finite.c delete mode 100644 math/test-float.c delete mode 100644 math/test-idouble.c delete mode 100644 math/test-ifloat.c delete mode 100644 math/test-ildouble.c delete mode 100644 math/test-ldouble-finite.c delete mode 100644 math/test-ldouble.c delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen2.c delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen2.h delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen4-avx2.c delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen4.c delete mode 100644 sysdeps/x86_64/fpu/test-double-vlen8.c delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen16.c delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen4.c delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen4.h delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen8-avx2.c delete mode 100644 sysdeps/x86_64/fpu/test-float-vlen8.c