X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Fnearbyintl.c;fp=src%2Fmath%2Fnearbyintl.c;h=82852492f8108b875fa6c588af96aecf358475b9;hp=0ff4b1f9e25ec4921ce9acae1495897ffeddf259;hb=033a9d6ad2a65ac03156b179e7c6101d2e72c4c0;hpb=c4359e01303da2755fe7e8033826b132eb3659b1 diff --git a/src/math/nearbyintl.c b/src/math/nearbyintl.c index 0ff4b1f9..82852492 100644 --- a/src/math/nearbyintl.c +++ b/src/math/nearbyintl.c @@ -11,6 +11,7 @@ long double nearbyintl(long double x) long double nearbyintl(long double x) { #ifdef FE_INEXACT + #pragma STDC FENV_ACCESS ON int e; e = fetestexcept(FE_INEXACT);