This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 63716ab270 Add build infrastructure for narrowing libm functions. new 8e554659ad Add test infrastructure for narrowing libm functions.
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 | 84 +++++++++++ math/Makefile | 71 ++++++++- math/README.libm-test | 1 + math/gen-auto-libm-tests.c | 160 +++++++++++++++++---- math/gen-libm-test.pl | 34 +++-- math/libm-test-driver.c | 50 ++++++- math/libm-test-support.c | 25 ++-- math/libm-test-support.h | 27 +++- .../{bits/mathcalls-narrow.h => test-arg-double.h} | 12 +- .../mathcalls-narrow.h => test-arg-float128.h} | 17 ++- .../test-char-types.c => math/test-arg-float32x.h | 23 ++- .../test-char-types.c => math/test-arg-float64.h | 23 ++- .../mathcalls-narrow.h => test-arg-float64x.h} | 17 ++- .../mathcalls-narrow.h => test-arg-ldouble.h} | 16 ++- math/test-double.h | 1 + math/test-float.h | 1 + math/test-float128.h | 1 + math/test-float32.h | 1 + math/test-float32x.h | 1 + math/test-float64.h | 1 + math/test-float64x.h | 1 + .../test-char-types.c => math/test-math-narrow.h | 23 ++- math/test-math-scalar.h | 3 +- math/test-math-vector.h | 1 + math/test-narrow-macros.c | 56 ++++++++ sysdeps/ieee754/ldbl-opt/Makefile | 3 + .../ieee754/ldbl-opt/test-narrow-macros-ldbl-64.c | 1 + 27 files changed, 544 insertions(+), 110 deletions(-) copy math/{bits/mathcalls-narrow.h => test-arg-double.h} (75%) copy math/{bits/mathcalls-narrow.h => test-arg-float128.h} (66%) copy wcsmbs/test-char-types.c => math/test-arg-float32x.h (70%) copy wcsmbs/test-char-types.c => math/test-arg-float64.h (71%) copy math/{bits/mathcalls-narrow.h => test-arg-float64x.h} (66%) copy math/{bits/mathcalls-narrow.h => test-arg-ldouble.h} (68%) copy wcsmbs/test-char-types.c => math/test-math-narrow.h (65%) create mode 100644 math/test-narrow-macros.c create mode 100644 sysdeps/ieee754/ldbl-opt/test-narrow-macros-ldbl-64.c