X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Ffmaf.c;fp=src%2Fmath%2Ffmaf.c;h=a1c7f4f83df1e3bb0f6c67c37765345db5be4feb;hp=cc427fb5ac987b15cad113d02183145f7e3c1c68;hb=033a9d6ad2a65ac03156b179e7c6101d2e72c4c0;hpb=c4359e01303da2755fe7e8033826b132eb3659b1 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;