Merge remote-tracking branch 'nsz/math'
[musl] / src / math / fmaf.c
index cc427fb..a1c7f4f 100644 (file)
@@ -37,6 +37,7 @@
  */
 float fmaf(float x, float y, float z)
 {
+       #pragma STDC FENV_ACCESS ON
        double xy, result;
        uint32_t hr, lr;