X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Fmath%2Flrintl.c;h=b2a8106d7c6a1710eea10791fdf72d88df541d95;hp=5eb1ba7edbb24b241b0ee2aa432618f8c029a0d1;hb=d8a7619e371ff0f226200f6316abb46dd1192f3d;hpb=65db00983f3fa5449f20f2694477f9d5116f6ea5 diff --git a/src/math/lrintl.c b/src/math/lrintl.c index 5eb1ba7e..b2a8106d 100644 --- a/src/math/lrintl.c +++ b/src/math/lrintl.c @@ -18,6 +18,7 @@ raises inexact (with tonearest or upward rounding mode) */ long lrintl(long double x) { + #pragma STDC FENV_ACCESS ON int e; e = fetestexcept(FE_INEXACT);