X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Ffmal.c;h=ccbe434d0eae6b883fc07e48bc3b5b79f9c971ff;hp=be64f145bbaeee42d5f29b63ce87f31251c15942;hb=033a9d6ad2a65ac03156b179e7c6101d2e72c4c0;hpb=c4359e01303da2755fe7e8033826b132eb3659b1 diff --git a/src/math/fmal.c b/src/math/fmal.c index be64f145..ccbe434d 100644 --- a/src/math/fmal.c +++ b/src/math/fmal.c @@ -162,6 +162,7 @@ static inline struct dd dd_mul(long double a, long double b) */ long double fmal(long double x, long double y, long double z) { + #pragma STDC FENV_ACCESS ON long double xs, ys, zs, adj; struct dd xy, r; int oround;