Fixed wrong vector sincos/sincosf ABI to have it compatible with
[glibc.git] / sysdeps / x86_64 / fpu / multiarch / mpatan-fma4.c
blobfbd3bd49a2b40a83a12f7589e7e8b233e9dee8c3
1 #define __mpatan __mpatan_fma4
2 #define __add __add_fma4
3 #define __dvd __dvd_fma4
4 #define __mpsqrt __mpsqrt_fma4
5 #define __mul __mul_fma4
6 #define __sub __sub_fma4
7 #define AVOID_MPATAN_H 1
8 #define SECTION __attribute__ ((section (".text.fma4")))
10 #include <sysdeps/ieee754/dbl-64/mpatan.c>