about summary refs log tree commit diff
path: root/sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c
blob: 7ec1a0ac848ad8a1f4879bf626752a9dc31ee9d4 (plain) (blame)
1
2
3
4
5
#include <math.h>
#define __pow __ieee754_pow_fma4
#define SECTION __attribute__ ((section (".text.fma4")))

#include <sysdeps/ieee754/dbl-64/e_pow.c>