mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-11 12:10:50 +03:00
On SPR, it improves atanh bench performance by: Before After Improvement reciprocal-throughput 15.1715 14.8628 2% latency 57.1941 56.1883 2% Reviewed-by: H.J. Lu <hjl.tools@gmail.com>
7 lines
174 B
C
7 lines
174 B
C
#define __ieee754_atanh __ieee754_atanh_fma
|
|
#define __log1p __log1p_fma
|
|
|
|
#define SECTION __attribute__ ((section (".text.fma")))
|
|
|
|
#include <sysdeps/ieee754/dbl-64/e_atanh.c>
|