X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Ffmaf.c;h=a1c7f4f83df1e3bb0f6c67c37765345db5be4feb;hb=697acde67e0da4d73b46445ed536fe9923d515c7;hp=cc427fb5ac987b15cad113d02183145f7e3c1c68;hpb=2e77dc13f8bc2053642fcb136996f5f36c88c775;p=musl diff --git a/src/math/fmaf.c b/src/math/fmaf.c index cc427fb5..a1c7f4f8 100644 --- a/src/math/fmaf.c +++ b/src/math/fmaf.c @@ -37,6 +37,7 @@ */ float fmaf(float x, float y, float z) { + #pragma STDC FENV_ACCESS ON double xy, result; uint32_t hr, lr;