Blame sysdeps/x86_64/fpu/multiarch/e_pow-fma.c

Packit 6c4009
#define __ieee754_pow __ieee754_pow_fma
Packit 6c4009
#define __exp1 __exp1_fma
Packit 6c4009
#define SECTION __attribute__ ((section (".text.fma")))
Packit 6c4009
Packit 6c4009
#include <sysdeps/ieee754/dbl-64/e_pow.c>