Regenerate ulps on x86_64 with GCC 12

Message ID 20211220231737.1447177-1-hjl.tools@gmail.com
State Committed
Commit de8a0897e3c084dc93676e331b610f146000a0ab
Headers
Series Regenerate ulps on x86_64 with GCC 12 |

Checks

Context Check Description
dj/TryBot-apply_patch success Patch applied to master at the time it was sent
dj/TryBot-32bit success Build for i686

Commit Message

H.J. Lu Dec. 20, 2021, 11:17 p.m. UTC
  Fix

FAIL: math/test-float-clog10
FAIL: math/test-float32-clog10

on Intel Core i7-1165G7 with GCC 12.
---
 sysdeps/x86_64/fpu/libm-test-ulps | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Comments

H.J. Lu Dec. 20, 2021, 11:23 p.m. UTC | #1
On Mon, Dec 20, 2021 at 3:17 PM H.J. Lu <hjl.tools@gmail.com> wrote:
>
> Fix
>
> FAIL: math/test-float-clog10
> FAIL: math/test-float32-clog10
>
> on Intel Core i7-1165G7 with GCC 12.
> ---
>  sysdeps/x86_64/fpu/libm-test-ulps | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
> index 312575f933..1c75f0ead4 100644
> --- a/sysdeps/x86_64/fpu/libm-test-ulps
> +++ b/sysdeps/x86_64/fpu/libm-test-ulps
> @@ -705,7 +705,7 @@ ldouble: 3
>
>  Function: Real part of "clog10_towardzero":
>  double: 5
> -float: 5
> +float: 6
>  float128: 4
>  ldouble: 8
>
> --
> 2.33.1
>

I am checking it in.
  

Patch

diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps
index 312575f933..1c75f0ead4 100644
--- a/sysdeps/x86_64/fpu/libm-test-ulps
+++ b/sysdeps/x86_64/fpu/libm-test-ulps
@@ -705,7 +705,7 @@  ldouble: 3
 
 Function: Real part of "clog10_towardzero":
 double: 5
-float: 5
+float: 6
 float128: 4
 ldouble: 8