]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c
f8a1ba2d92300ce3ace02bad3bc3311230037e02
[thirdparty/glibc.git] / sysdeps / x86_64 / fpu / multiarch / mpsqrt-fma4.c
1 #define __mpsqrt __mpsqrt_fma4
2 #define __dbl_mp __dbl_mp_fma4
3 #define __mul __mul_fma4
4 #define __sub __sub_fma4
5 #define AVOID_MPSQRT_H 1
6 #define SECTION __attribute__ ((section (".text.fma4")))
7
8 #include <sysdeps/ieee754/dbl-64/mpsqrt.c>