diff options
| author | Joseph Myers <josmyers@redhat.com> | 2024-12-09 23:01:29 +0000 |
|---|---|---|
| committer | Joseph Myers <josmyers@redhat.com> | 2024-12-09 23:01:29 +0000 |
| commit | 28d102d15c6af7f80cb1077e098e020476d26d00 (patch) | |
| tree | ea46b5497d8ed73dab0ada5d3297e85410b5b097 /sysdeps/ieee754/ldbl-128ibm-compat | |
| parent | be13e467641cda4bd147ef3ef3afe9e4c6a35e1d (diff) | |
| download | glibc-28d102d15c6af7f80cb1077e098e020476d26d00.tar.xz glibc-28d102d15c6af7f80cb1077e098e020476d26d00.zip | |
Implement C23 acospi
C23 adds various <math.h> function families originally defined in TS
18661-4. Add the acospi functions (acos(x)/pi).
Tested for x86_64 and x86, and with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/ieee754/ldbl-128ibm-compat')
| -rw-r--r-- | sysdeps/ieee754/ldbl-128ibm-compat/Versions | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/ieee754/ldbl-128ibm-compat/Versions b/sysdeps/ieee754/ldbl-128ibm-compat/Versions index 336ce749c8..163c7ea196 100644 --- a/sysdeps/ieee754/ldbl-128ibm-compat/Versions +++ b/sysdeps/ieee754/ldbl-128ibm-compat/Versions @@ -145,6 +145,7 @@ libm { __logp1ieee128; } GLIBC_2.41 { + __acospiieee128; __cospiieee128; __sinpiieee128; __tanpiieee128; |
