This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch hjl/fma/2.26 in repository glibc.
from 7e7b5de8ff x86-64: Add FMA multiarch functions to libm new ce3e7f4136 x86-64: Align L(SP_RANGE)/L(SP_INF_0) to 8 bytes [BZ #21955] new 6d5f5b16bc x86-64: Optimize e_expf with FMA [BZ #21912]
The 2 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/x86_64/fpu/e_expf.S | 4 +- sysdeps/x86_64/fpu/multiarch/Makefile | 3 + sysdeps/x86_64/fpu/multiarch/e_expf-fma.S | 182 +++++++++++++++++++++ .../x86_64/fpu/multiarch/e_expf.c | 14 +- .../fpu/multiarch/{ifunc-fma4.h => ifunc-fma.h} | 7 +- 5 files changed, 195 insertions(+), 15 deletions(-) create mode 100644 sysdeps/x86_64/fpu/multiarch/e_expf-fma.S copy bits/uio_lim.h => sysdeps/x86_64/fpu/multiarch/e_expf.c (73%) copy sysdeps/x86_64/fpu/multiarch/{ifunc-fma4.h => ifunc-fma.h} (88%)