math: tgammal.c fixes
[oweals/musl.git] / src / math / fmaf.c
index cc427fb5ac987b15cad113d02183145f7e3c1c68..a1c7f4f83df1e3bb0f6c67c37765345db5be4feb 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;