math: Remove slow paths from atan2 [BZ #15267]
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / mpatan-fma.c
blobd216f9142de1cb646cc7c0e00816a97f88fc515f
1 #define __mpatan __mpatan_fma
2 #define __add __add_fma
3 #define __dvd __dvd_fma
4 #define __mpsqrt __mpsqrt_fma
5 #define __mul __mul_fma
6 #define __sub __sub_fma
7 #define AVOID_MPATAN_H 1
8 #define SECTION __attribute__ ((section (".text.fma")))
10 #include <sysdeps/ieee754/dbl-64/mpatan.c>