From 9cc9f8e11e8fb8f54f1e84d9f024917634a78201 Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Thu, 2 Jan 2025 10:54:11 -0300 Subject: math: Fix acosf when building with gcc <= 11 GCC <= 11 wrongly assumes the rounding is to nearest and performs a constant folding where it should evaluate since the result is not exact [1]. [1] https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57245 --- sysdeps/i386/i686/fpu/multiarch/libm-test-ulps | 2 -- 1 file changed, 2 deletions(-) (limited to 'sysdeps/i386/i686/fpu') diff --git a/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps b/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps index d411751..750d519 100644 --- a/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps +++ b/sysdeps/i386/i686/fpu/multiarch/libm-test-ulps @@ -7,12 +7,10 @@ float128: 1 ldouble: 2 Function: "acos_downward": -float: 1 float128: 1 ldouble: 2 Function: "acos_towardzero": -float: 1 float128: 1 ldouble: 2 -- cgit v1.1