This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 849a274531 malloc: Cleanup macros, asserts and sysmalloc_mmap_fallback new f0facb2d27 math: Optimize dbl-64 remainder implementation new 61ac7c6a75 math: Optimize flt-32 remainder implementation new 0c8cdb10a1 arm: Add ARM VFPv4 VFMA instruction support in fma/fmaf (BZ 15503)
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: sysdeps/arm/arm-ifunc.h | 3 + sysdeps/arm/armv7/fpu/multiarch/Makefile | 11 ++ .../armv7/fpu/multiarch/s_fma-generic.c} | 4 +- .../armv7/fpu/multiarch/s_fma-vpfv4.c} | 4 +- .../sparc64 => arm/armv7}/fpu/multiarch/s_fma.c | 12 +- .../armv7/fpu/multiarch/s_fmaf-generic.c} | 4 +- .../armv7/fpu/multiarch/s_fmaf-vpfv4.c} | 4 +- sysdeps/arm/armv7/fpu/multiarch/s_fmaf.c | 12 ++ sysdeps/arm/be/armv7/fpu/multiarch/Implies | 1 + sysdeps/{arc => arm}/fpu/math-use-builtins-fma.h | 9 +- sysdeps/arm/le/armv7/fpu/multiarch/Implies | 1 + sysdeps/ieee754/dbl-64/e_remainder.c | 192 ++++++--------------- sysdeps/ieee754/dbl-64/urem.h | 45 ----- sysdeps/ieee754/flt-32/e_remainderf.c | 108 ++++++------ 14 files changed, 159 insertions(+), 251 deletions(-) create mode 100644 sysdeps/arm/armv7/fpu/multiarch/Makefile copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-generic.c => arm/armv7/fp [...] copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-generic.c => arm/armv7/fp [...] copy sysdeps/{sparc/sparc64 => arm/armv7}/fpu/multiarch/s_fma.c (63%) copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-generic.c => arm/armv7/f [...] copy sysdeps/{sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-generic.c => arm/armv7/f [...] create mode 100644 sysdeps/arm/armv7/fpu/multiarch/s_fmaf.c create mode 100644 sysdeps/arm/be/armv7/fpu/multiarch/Implies copy sysdeps/{arc => arm}/fpu/math-use-builtins-fma.h (66%) create mode 100644 sysdeps/arm/le/armv7/fpu/multiarch/Implies delete mode 100644 sysdeps/ieee754/dbl-64/urem.h