| 1 | #define __cos __cos_avx |
|---|---|
| 2 | #define __sin __sin_avx |
| 3 | #define SECTION __attribute__ ((section (".text.avx"))) |
| 4 | |
| 5 | #include <sysdeps/ieee754/dbl-64/s_sin.c> |
| 6 |
| 1 | #define __cos __cos_avx |
|---|---|
| 2 | #define __sin __sin_avx |
| 3 | #define SECTION __attribute__ ((section (".text.avx"))) |
| 4 | |
| 5 | #include <sysdeps/ieee754/dbl-64/s_sin.c> |
| 6 |