X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fnearbyint.c;h=f4e8aac4f0118d7d48d1d6a8e4af0fec048ee62a;hb=8224bdbbedc60a5d637d95ddd344501f667f0294;hp=7a4c58cf5af64833c1460ca8772810aa19c16cda;hpb=91c28f61f43ba029166772e8ac25808ea3c3dc98;p=musl diff --git a/src/math/nearbyint.c b/src/math/nearbyint.c index 7a4c58cf..f4e8aac4 100644 --- a/src/math/nearbyint.c +++ b/src/math/nearbyint.c @@ -6,6 +6,7 @@ double nearbyint(double x) { #ifdef FE_INEXACT + #pragma STDC FENV_ACCESS ON int e; e = fetestexcept(FE_INEXACT);