This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository glibc.
from 3d3572f590 Linux: Keep termios ioctl constants strictly internal new c055c54e96 x86_64: Optimize modf/modff for x86_64-v2
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: .../fpu/math-use-builtins-trunc.h | 6 +++--- sysdeps/x86_64/fpu/multiarch/Makefile | 24 ++++++++++++++++++++++ sysdeps/x86_64/fpu/multiarch/s_modf-avx.c | 1 + sysdeps/x86_64/fpu/multiarch/s_modf-c.c | 2 ++ sysdeps/x86_64/fpu/multiarch/s_modf-sse4_1.c | 7 +++++++ .../x86_64/fpu/multiarch/{s_ceil.c => s_modf.c} | 18 ++++++++-------- sysdeps/x86_64/fpu/multiarch/s_modff-avx.c | 1 + sysdeps/x86_64/fpu/multiarch/s_modff-c.c | 2 ++ sysdeps/x86_64/fpu/multiarch/s_modff-sse4_1.c | 7 +++++++ .../x86_64/fpu/multiarch/{s_rintf.c => s_modff.c} | 18 ++++++++-------- 10 files changed, 65 insertions(+), 21 deletions(-) copy sysdeps/{powerpc => x86_64}/fpu/math-use-builtins-trunc.h (90%) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_modf-avx.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_modf-c.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_modf-sse4_1.c copy sysdeps/x86_64/fpu/multiarch/{s_ceil.c => s_modf.c} (75%) create mode 100644 sysdeps/x86_64/fpu/multiarch/s_modff-avx.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_modff-c.c create mode 100644 sysdeps/x86_64/fpu/multiarch/s_modff-sse4_1.c copy sysdeps/x86_64/fpu/multiarch/{s_rintf.c => s_modff.c} (74%)