1 | #define tan __tan_avx |
---|---|
2 | #define __dbl_mp __dbl_mp_avx |
3 | #define __sub __sub_avx |
4 | #define SECTION __attribute__ ((section (".text.avx"))) |
5 | |
6 | #include <sysdeps/ieee754/dbl-64/s_tan.c> |
7 |
1 | #define tan __tan_avx |
---|---|
2 | #define __dbl_mp __dbl_mp_avx |
3 | #define __sub __sub_avx |
4 | #define SECTION __attribute__ ((section (".text.avx"))) |
5 | |
6 | #include <sysdeps/ieee754/dbl-64/s_tan.c> |
7 |