mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-26 15:00:06 +00:00
0ccc7153cc
For workload-spec2017.wrf, on Skylake, it improves performance by: Before After Improvement reciprocal-throughput 16.1534 13.8874 16% latency 41.9642 34.3072 22% * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines): Add e_logf-fma. (CFLAGS-e_logf-fma.c): New. * sysdeps/x86_64/fpu/multiarch/e_logf-fma.c: New file. * sysdeps/x86_64/fpu/multiarch/e_logf.c: Likewise.
4 lines
70 B
C
4 lines
70 B
C
#define __logf __logf_fma
|
|
|
|
#include <sysdeps/ieee754/flt-32/e_logf.c>
|