Chromium Code Reviews| Index: fusl/src/math/fma.c |
| diff --git a/fusl/src/math/fma.c b/fusl/src/math/fma.c |
| index 741ccd757ab1544d5ed4d6fd2bd135d7cb0586e3..b4e685bc45f2efd7fa57cceec19b71d642d3768d 100644 |
| --- a/fusl/src/math/fma.c |
| +++ b/fusl/src/math/fma.c |
| @@ -79,7 +79,7 @@ static int getexp(long double x) |
| double fma(double x, double y, double z) |
| { |
| - #pragma STDC FENV_ACCESS ON |
| + PRAGMA_STDC_FENV_ACCESS_ON |
| long double hi, lo1, lo2, xy; |
| int round, ez, exy; |