X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fllrintl.c;h=3449f6f2b400944f64076270433144626d9eb4b5;hb=121e3a38a1d0b324696fc1671029e4b815ea7fa4;hp=32bb8b031be40c7c9a96fb643ad10eacaf473de7;hpb=65db00983f3fa5449f20f2694477f9d5116f6ea5;p=musl diff --git a/src/math/llrintl.c b/src/math/llrintl.c index 32bb8b03..3449f6f2 100644 --- a/src/math/llrintl.c +++ b/src/math/llrintl.c @@ -18,6 +18,7 @@ raises inexact (with tonearest or upward rounding mode) */ long long llrintl(long double x) { + #pragma STDC FENV_ACCESS ON int e; e = fetestexcept(FE_INEXACT);