1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

Implement C23 sinpi

C23 adds various <math.h> function families originally defined in TS
18661-4.  Add the sinpi functions (sin(pi*x)).

Tested for x86_64 and x86, and with build-many-glibcs.py.
This commit is contained in:
Joseph Myers
2024-12-04 20:04:04 +00:00
parent 0ae0af68d8
commit 776938e8b8
51 changed files with 10429 additions and 2 deletions

View File

@ -1307,3 +1307,11 @@ GLIBC_2.41 cospif32x F
GLIBC_2.41 cospif64 F
GLIBC_2.41 cospif64x F
GLIBC_2.41 cospil F
GLIBC_2.41 sinpi F
GLIBC_2.41 sinpif F
GLIBC_2.41 sinpif128 F
GLIBC_2.41 sinpif32 F
GLIBC_2.41 sinpif32x F
GLIBC_2.41 sinpif64 F
GLIBC_2.41 sinpif64x F
GLIBC_2.41 sinpil F

View File

@ -1197,3 +1197,11 @@ GLIBC_2.41 cospif32x F
GLIBC_2.41 cospif64 F
GLIBC_2.41 cospif64x F
GLIBC_2.41 cospil F
GLIBC_2.41 sinpi F
GLIBC_2.41 sinpif F
GLIBC_2.41 sinpif128 F
GLIBC_2.41 sinpif32 F
GLIBC_2.41 sinpif32x F
GLIBC_2.41 sinpif64 F
GLIBC_2.41 sinpif64x F
GLIBC_2.41 sinpil F