mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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.
This commit is contained in:
@ -878,6 +878,12 @@ GLIBC_2.40 logp1f32 F
|
||||
GLIBC_2.40 logp1f32x F
|
||||
GLIBC_2.40 logp1f64 F
|
||||
GLIBC_2.40 logp1l F
|
||||
GLIBC_2.41 acospi F
|
||||
GLIBC_2.41 acospif F
|
||||
GLIBC_2.41 acospif32 F
|
||||
GLIBC_2.41 acospif32x F
|
||||
GLIBC_2.41 acospif64 F
|
||||
GLIBC_2.41 acospil F
|
||||
GLIBC_2.41 cospi F
|
||||
GLIBC_2.41 cospif F
|
||||
GLIBC_2.41 cospif32 F
|
||||
|
Reference in New Issue
Block a user