summaryrefslogtreecommitdiff
path: root/src/math/llrintl.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/llrintl.c')
-rw-r--r--src/math/llrintl.c1
1 files changed, 1 insertions, 0 deletions
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);