From: Adhemerval Zanella Date: Thu, 26 Dec 2024 12:11:06 +0000 (-0300) Subject: Mention CORE-MATH optimize routines on NEWS X-Git-Tag: glibc-2.41~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29531b122cbd2502d5434f20a072177b224fa292;p=thirdparty%2Fglibc.git Mention CORE-MATH optimize routines on NEWS Reviewed-by: Andreas K. Huettel --- diff --git a/NEWS b/NEWS index 4ceecd6249..ee42601551 100644 --- 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 . + Deprecated and removed features, and other changes affecting compatibility: * The big-endian ARC port (arceb-linux-gnu) has been removed.