This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch google/grte/v5-2.27/master in repository glibc.
from 57afddcb68 -DWANT_FLOAT usage and enable float128 tests new 5ac69deee6 Get rid of WANT_FLOAT128 usage in floatn.h new 0778e25fe1 Sync configure.ac with configure script new 66cff6cd8a x86_64: Add SSE sfp-exceptions new e371f141f9 Expose __isinff128 for clang new 2d7ea00f76 Replace math-barriers with math_private
The 5 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: Makefile | 4 --- configure.ac | 6 ----- math/Makefile | 4 --- sysdeps/generic/math_private.h | 2 +- sysdeps/x86/bits/floatn.h | 2 +- sysdeps/x86/fpu/sfp-exceptions.c | 57 ++++++++++++++++++++++++++++++++++++++++ sysdeps/x86_64/fpu/Makefile | 4 ++- 7 files changed, 62 insertions(+), 17 deletions(-) create mode 100644 sysdeps/x86/fpu/sfp-exceptions.c