]> git.ipfire.org Git - thirdparty/glibc.git/blob - sysdeps/x86_64/fpu/multiarch/s_atan-fma.c
Translations: Regenerate libc.pot
[thirdparty/glibc.git] / sysdeps / x86_64 / fpu / multiarch / s_atan-fma.c
1 #define __atan __atan_fma
2 #define __add __add_fma
3 #define __dbl_mp __dbl_mp_fma
4 #define __mpatan __mpatan_fma
5 #define __mul __mul_fma
6 #define __sub __sub_fma
7 #define SECTION __attribute__ ((section (".text.fma")))
8
9 #include <sysdeps/ieee754/dbl-64/s_atan.c>