diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2021-03-12 14:31:49 +0100 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2021-03-12 14:31:49 +0100 |
commit | 08a0ebb20e06df224d1f98bb45dc00874f2f4549 (patch) | |
tree | 6706d6b0317971673e436f0c761160842b20fa55 /sysdeps/s390 | |
parent | 0280b390fbd4c55a708985829d58a639475bbffb (diff) | |
download | glibc-08a0ebb20e06df224d1f98bb45dc00874f2f4549.tar.gz glibc-08a0ebb20e06df224d1f98bb45dc00874f2f4549.tar.xz glibc-08a0ebb20e06df224d1f98bb45dc00874f2f4549.zip |
s390x: Regenerate ULPs.
Updates needed after recent commit: db3f7bb5586392d9809fc6397c7184983aed6008 "math: Remove slow paths from asin and acos [BZ #15267]" Compre to the required ulps update for x86_64.
Diffstat (limited to 'sysdeps/s390')
-rw-r--r-- | sysdeps/s390/fpu/libm-test-ulps | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps index 7a00ed5b4d..91f2c4c80f 100644 --- a/sysdeps/s390/fpu/libm-test-ulps +++ b/sysdeps/s390/fpu/libm-test-ulps @@ -57,7 +57,7 @@ float: 1 ldouble: 1 Function: "asin_upward": -double: 1 +double: 2 float: 1 ldouble: 2 @@ -82,6 +82,7 @@ float: 3 ldouble: 4 Function: "atan": +double: 1 float: 1 ldouble: 1 @@ -560,6 +561,7 @@ float: 3 ldouble: 2 Function: Imaginary part of "clog": +double: 1 float: 1 ldouble: 1 |