diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2025-03-11 11:24:59 +0100 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2025-03-11 11:24:59 +0100 |
commit | 6eda7a59dda129d462ab3f157eda280dbf0ed168 (patch) | |
tree | 5ab057daa63bf681dc2b1325a8ac9e7c3341b5b6 | |
parent | 443cb0b5f25129dd0f1e9f9101299d31c4700b7f (diff) | |
download | glibc-6eda7a59dda129d462ab3f157eda280dbf0ed168.zip glibc-6eda7a59dda129d462ab3f157eda280dbf0ed168.tar.gz glibc-6eda7a59dda129d462ab3f157eda280dbf0ed168.tar.bz2 |
s390x: Regenerate ULPs.
Needed due to:
"Implement C23 rsqrt"
commit ID 77261698b4e938020a1b2032709a54d942ba330f
Same max ulps as used for x86_64 in the mentioned commit.
-rw-r--r-- | sysdeps/s390/fpu/libm-test-ulps | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/sysdeps/s390/fpu/libm-test-ulps b/sysdeps/s390/fpu/libm-test-ulps index 1491089..3555a11 100644 --- a/sysdeps/s390/fpu/libm-test-ulps +++ b/sysdeps/s390/fpu/libm-test-ulps @@ -1330,6 +1330,26 @@ double: 1 float: 1 ldouble: 2 +Function: "rsqrt": +double: 1 +float: 1 +ldouble: 1 + +Function: "rsqrt_downward": +double: 2 +float: 2 +ldouble: 2 + +Function: "rsqrt_towardzero": +double: 2 +float: 2 +ldouble: 2 + +Function: "rsqrt_upward": +double: 2 +float: 2 +ldouble: 2 + Function: "sin": double: 1 float: 1 |