X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Fmath%2Fllrintl.c;h=3449f6f2b400944f64076270433144626d9eb4b5;hb=5652d70054daf3c2c9b6d475fdf9d24a940e51aa;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);