diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-12-26 09:11:06 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2024-12-30 09:39:05 -0300 |
commit | 29531b122cbd2502d5434f20a072177b224fa292 (patch) | |
tree | b8f6cee47ea12725b10e56a2b3d3f928897c9210 | |
parent | 0ee6e13f7f0634bb7858dcc99222f96054f3612d (diff) | |
download | glibc-29531b122cbd2502d5434f20a072177b224fa292.zip glibc-29531b122cbd2502d5434f20a072177b224fa292.tar.gz glibc-29531b122cbd2502d5434f20a072177b224fa292.tar.bz2 |
Mention CORE-MATH optimize routines on NEWS
Reviewed-by: Andreas K. Huettel <dilfridge@gentoo.org>
-rw-r--r-- | NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -57,6 +57,11 @@ Major new features: liable to change. Features from C2Y are also enabled by _GNU_SOURCE, or by compiling with "gcc -std=gnu2y". +* Optimized and correctly rounded exp10m1f, exp2m1f, expm1f, log10f, log2p1f, + log1pf, log10p1f, cbrtf, erff, erfcf, lgammaf, tgammaf, tanf, acosf, acoshf, + asinf, asinhf, atanf, atan2f, atanhf, coshf, sinhf, and tanhf from CORE-MATH + project <https://core-math.gitlabpages.inria.fr/>. + Deprecated and removed features, and other changes affecting compatibility: * The big-endian ARC port (arceb-linux-gnu) has been removed. |