diff options
author | Florian Weimer <fweimer@redhat.com> | 2024-06-20 19:00:48 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2024-06-20 19:00:48 +0200 |
commit | b375e597da3139b40f7c0ba959a6800f5b8971d5 (patch) | |
tree | b40dc4d18fc5782bfac731f82d1b4c4a509431b8 | |
parent | 362588f7cc56354b3566a14dfbeb55ad74a9bd31 (diff) | |
download | glibc-b375e597da3139b40f7c0ba959a6800f5b8971d5.tar.gz glibc-b375e597da3139b40f7c0ba959a6800f5b8971d5.tar.xz glibc-b375e597da3139b40f7c0ba959a6800f5b8971d5.zip |
i386: Update ulps
This is from a -march=i686 -mtune=generic build with --disable-multi-arch, running on a Cascade Lake CPU.
-rw-r--r-- | sysdeps/i386/fpu/libm-test-ulps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysdeps/i386/fpu/libm-test-ulps b/sysdeps/i386/fpu/libm-test-ulps index 3a62b9d89b..14c6d12f37 100644 --- a/sysdeps/i386/fpu/libm-test-ulps +++ b/sysdeps/i386/fpu/libm-test-ulps @@ -1433,13 +1433,13 @@ Function: "log10p1_downward": double: 2 float: 1 float128: 2 -ldouble: 3 +ldouble: 4 Function: "log10p1_towardzero": double: 2 float: 1 float128: 2 -ldouble: 3 +ldouble: 4 Function: "log10p1_upward": double: 2 |