diff options
author | Joseph Myers <josmyers@redhat.com> | 2024-12-10 20:42:20 +0000 |
---|---|---|
committer | Joseph Myers <josmyers@redhat.com> | 2024-12-10 20:42:20 +0000 |
commit | f962932206eca2cfed0a26e72220ad3465bf9e65 (patch) | |
tree | 33f72059fe06461b8da5f234a70f8352822a4405 /sysdeps/x86_64/fpu/libm-test-ulps | |
parent | a9944a52c967ce76a5894c30d0274b824df43c7a (diff) | |
download | glibc-f962932206eca2cfed0a26e72220ad3465bf9e65.zip glibc-f962932206eca2cfed0a26e72220ad3465bf9e65.tar.gz glibc-f962932206eca2cfed0a26e72220ad3465bf9e65.tar.bz2 |
Implement C23 asinpi
C23 adds various <math.h> function families originally defined in TS
18661-4. Add the asinpi functions (asin(x)/pi).
Tested for x86_64 and x86, and with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/x86_64/fpu/libm-test-ulps')
-rw-r--r-- | sysdeps/x86_64/fpu/libm-test-ulps | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/sysdeps/x86_64/fpu/libm-test-ulps b/sysdeps/x86_64/fpu/libm-test-ulps index 13cfe01..3d6e0d7 100644 --- a/sysdeps/x86_64/fpu/libm-test-ulps +++ b/sysdeps/x86_64/fpu/libm-test-ulps @@ -198,6 +198,30 @@ float: 1 Function: "asinh_vlen8_avx2": float: 1 +Function: "asinpi": +double: 1 +float: 1 +float128: 1 +ldouble: 2 + +Function: "asinpi_downward": +double: 1 +float: 1 +float128: 1 +ldouble: 2 + +Function: "asinpi_towardzero": +double: 1 +float: 1 +float128: 1 +ldouble: 2 + +Function: "asinpi_upward": +double: 2 +float: 1 +float128: 2 +ldouble: 2 + Function: "atan": double: 1 float: 1 |