This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from e1d6e08dd6 Remove useless SPARC signbit aliases. new fcee5905d3 float128: Add public _Float128 declarations to libm. new 33d523d7f8 float128: Include math-finite.h for _Float128 new 81f26b53b5 float128: Add private _Float128 declarations for libm. new cdd45522b6 float128: Enable use of IEEE wrapper templates
The 4 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 | 97 ++++++++++++++++++++++ bits/{stdint-intn.h => floatn.h} | 24 ++++-- .../i386/symbol-hacks.h => bits/huge_val_flt128.h | 8 +- bits/libm-simd-decl-stubs.h | 6 ++ include/complex.h | 3 + include/float.h | 31 +++++++ include/math.h | 13 +++ math/Makefile | 3 +- math/bits/cmathcalls.h | 4 +- math/bits/math-finite.h | 13 +-- math/bits/mathcalls.h | 36 +++++--- math/complex.h | 28 ++++++- math/math.h | 87 ++++++++++++++++++- sysdeps/generic/fix-fp-int-convert-overflow.h | 2 + ...acros-ldouble.h => math-type-macros-float128.h} | 32 ++++--- sysdeps/generic/math_private.h | 51 +++++++++++- sysdeps/generic/math_private_calls.h | 4 +- sysdeps/ieee754/ldbl-opt/s_sin.c | 1 + 18 files changed, 392 insertions(+), 51 deletions(-) copy bits/{stdint-intn.h => floatn.h} (51%) copy sysdeps/i386/symbol-hacks.h => bits/huge_val_flt128.h (80%) create mode 100644 include/float.h copy sysdeps/generic/{math-type-macros-ldouble.h => math-type-macros-float128.h} (61%)