]> git.ipfire.org Git - thirdparty/glibc.git/blame - sysdeps/x86_64/fpu/multiarch/e_atan2-fma.c
Translations: Regenerate libc.pot
[thirdparty/glibc.git] / sysdeps / x86_64 / fpu / multiarch / e_atan2-fma.c
CommitLineData
57a72fa3
L
1#define __ieee754_atan2 __ieee754_atan2_fma
2#define __add __add_fma
3#define __dbl_mp __dbl_mp_fma
4#define __dvd __dvd_fma
5#define __mpatan2 __mpatan2_fma
6#define __mul __mul_fma
7#define __sub __sub_fma
8#define SECTION __attribute__ ((section (".text.fma")))
9
10#include <sysdeps/ieee754/dbl-64/e_atan2.c>