]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: Add NEWS entry about libmvec for 2.39
authorSzabolcs Nagy <szabolcs.nagy@arm.com>
Wed, 3 Jan 2024 09:06:38 +0000 (09:06 +0000)
committerSzabolcs Nagy <szabolcs.nagy@arm.com>
Mon, 15 Jan 2024 14:54:30 +0000 (14:54 +0000)
Auto-vectorizing scalar calls is now supported.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
NEWS

diff --git a/NEWS b/NEWS
index 83ae627f470c935c4d367fb4b114227ad45c9220..16afc4f86960a122c46573d8e6aad19ca9053430 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -55,6 +55,13 @@ Major new features:
   unsigned char, unsigned short, unsigned int, unsigned long int and
   unsigned long long int, and a type-generic macro.
 
+* On AArch64 new symbols were added to libmvec and now math.h has
+  annotations to allow GCC 9 or newer to auto-vectorize calls to the
+  following scalar math functions when -ffast-math is specified:
+  acos, acosf, asin, asinf, atan, atanf, atan2, atan2f, cos, cosf,
+  exp, expf, exp10, exp10f, exp2, exp2f, expm1, expm1f, log, logf,
+  log10, log10f, log1p, log1pf, log2, log2f, sin, sinf, tan, tanf.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * The ldconfig program now skips file names containing ';' or ending in