| 1 | #define __mptan __mptan_fma |
|---|---|
| 2 | #define __c32 __c32_fma |
| 3 | #define __dvd __dvd_fma |
| 4 | #define __mpranred __mpranred_fma |
| 5 | #define SECTION __attribute__ ((section (".text.fma"))) |
| 6 | |
| 7 | #include <sysdeps/ieee754/dbl-64/mptan.c> |
| 8 |
| 1 | #define __mptan __mptan_fma |
|---|---|
| 2 | #define __c32 __c32_fma |
| 3 | #define __dvd __dvd_fma |
| 4 | #define __mpranred __mpranred_fma |
| 5 | #define SECTION __attribute__ ((section (".text.fma"))) |
| 6 | |
| 7 | #include <sysdeps/ieee754/dbl-64/mptan.c> |
| 8 |