mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-23 05:20:06 +00:00
80bb593563
For workload-spec2017.wrf, on Skylake, it improves performance by: Before After Improvement reciprocal-throughput 35.4713 27.3842 29% latency 82.4537 66.3175 24% * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines): Add e_powf-fma. (CFLAGS-e_powf-fma.c): New. * sysdeps/x86_64/fpu/multiarch/e_powf-fma.c: New file. * sysdeps/x86_64/fpu/multiarch/e_powf.c: Likewise.
4 lines
70 B
C
4 lines
70 B
C
#define __powf __powf_fma
|
|
|
|
#include <sysdeps/ieee754/flt-32/e_powf.c>
|