diff options
author | Joseph Myers <josmyers@redhat.com> | 2024-12-04 10:20:44 +0000 |
---|---|---|
committer | Joseph Myers <josmyers@redhat.com> | 2024-12-04 10:20:44 +0000 |
commit | 0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3 (patch) | |
tree | 532181355fdc15427d84f2927db7ee807d2618c4 /sysdeps/unix/sysv/linux/sh | |
parent | 1c4cebb84b9e33aea9a90adfadb031d1f1eba927 (diff) | |
download | glibc-0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3.zip glibc-0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3.tar.gz glibc-0ae0af68d8fa3bf6cbe1e4f1de5929ff71de67b3.tar.bz2 |
Implement C23 cospi
C23 adds various <math.h> function families originally defined in TS
18661-4. Add the cospi functions (cos(pi*x)).
Tested for x86_64 and x86, and with build-many-glibcs.py.
Diffstat (limited to 'sysdeps/unix/sysv/linux/sh')
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/be/libm.abilist | 6 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sh/le/libm.abilist | 6 |
2 files changed, 12 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sh/be/libm.abilist b/sysdeps/unix/sysv/linux/sh/be/libm.abilist index b21a3ba..3c37d15 100644 --- a/sysdeps/unix/sysv/linux/sh/be/libm.abilist +++ b/sysdeps/unix/sysv/linux/sh/be/libm.abilist @@ -878,3 +878,9 @@ GLIBC_2.40 logp1f32 F GLIBC_2.40 logp1f32x F GLIBC_2.40 logp1f64 F GLIBC_2.40 logp1l F +GLIBC_2.41 cospi F +GLIBC_2.41 cospif F +GLIBC_2.41 cospif32 F +GLIBC_2.41 cospif32x F +GLIBC_2.41 cospif64 F +GLIBC_2.41 cospil F diff --git a/sysdeps/unix/sysv/linux/sh/le/libm.abilist b/sysdeps/unix/sysv/linux/sh/le/libm.abilist index b21a3ba..3c37d15 100644 --- a/sysdeps/unix/sysv/linux/sh/le/libm.abilist +++ b/sysdeps/unix/sysv/linux/sh/le/libm.abilist @@ -878,3 +878,9 @@ GLIBC_2.40 logp1f32 F GLIBC_2.40 logp1f32x F GLIBC_2.40 logp1f64 F GLIBC_2.40 logp1l F +GLIBC_2.41 cospi F +GLIBC_2.41 cospif F +GLIBC_2.41 cospif32 F +GLIBC_2.41 cospif32x F +GLIBC_2.41 cospif64 F +GLIBC_2.41 cospil F |