summaryrefslogtreecommitdiff
path: root/sysdeps/x86_64/fpu/multiarch/mpsqrt-fma.c
blob: 44d7a23ae3332b9e4d0f3eabe115f3bf5fe099e9 (plain)
1
2
3
4
5
6
7
8
#define __mpsqrt __mpsqrt_fma
#define __dbl_mp __dbl_mp_fma
#define __mul __mul_fma
#define __sub __sub_fma
#define AVOID_MPSQRT_H 1
#define SECTION __attribute__ ((section (".text.fma")))

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