]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Mention CORE-MATH optimize routines on NEWS
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 26 Dec 2024 12:11:06 +0000 (09:11 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 30 Dec 2024 12:39:05 +0000 (09:39 -0300)
Reviewed-by: Andreas K. Huettel <dilfridge@gentoo.org>
NEWS

diff --git a/NEWS b/NEWS
index 4ceecd6249e0179323d55c91d2e226b956c18c19..ee426015512bd8df96751470f94328735c9178d5 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -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.