X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmath%2Ffmal.c;h=ccbe434d0eae6b883fc07e48bc3b5b79f9c971ff;hb=d8a7619e371ff0f226200f6316abb46dd1192f3d;hp=be64f145bbaeee42d5f29b63ce87f31251c15942;hpb=97721a5508415a2f10eb068e022093811c9ff8be;p=musl 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;