simplify pthread_attr_t stack/guard size representation
[oweals/musl.git] / src / math / llrintl.c
index 32bb8b031be40c7c9a96fb643ad10eacaf473de7..3449f6f2b400944f64076270433144626d9eb4b5 100644 (file)
@@ -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);