| 1 | #include <features.h> |
|---|---|
| 2 | |
| 3 | #ifdef __FMA4__ |
| 4 | # define DLA_FMS(x,y,z) \ |
| 5 | __builtin_fma (x, y, -(z)) |
| 6 | #endif |
| 7 | |
| 8 | #include "sysdeps/ieee754/dbl-64/dla.h" |
| 9 |
| 1 | #include <features.h> |
|---|---|
| 2 | |
| 3 | #ifdef __FMA4__ |
| 4 | # define DLA_FMS(x,y,z) \ |
| 5 | __builtin_fma (x, y, -(z)) |
| 6 | #endif |
| 7 | |
| 8 | #include "sysdeps/ieee754/dbl-64/dla.h" |
| 9 |