* [PATCH] aarch64: Add NEWS entry about libmvec for 2.39
@ 2024-01-12 16:42 Szabolcs Nagy
2024-01-15 14:34 ` Carlos O'Donell
0 siblings, 1 reply; 2+ messages in thread
From: Szabolcs Nagy @ 2024-01-12 16:42 UTC (permalink / raw)
To: libc-alpha
Auto-vectorizing scalar calls is now supported.
---
NEWS | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/NEWS b/NEWS
index 83ae627f47..16afc4f869 100644
--- 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
--
2.25.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] aarch64: Add NEWS entry about libmvec for 2.39
2024-01-12 16:42 [PATCH] aarch64: Add NEWS entry about libmvec for 2.39 Szabolcs Nagy
@ 2024-01-15 14:34 ` Carlos O'Donell
0 siblings, 0 replies; 2+ messages in thread
From: Carlos O'Donell @ 2024-01-15 14:34 UTC (permalink / raw)
To: Szabolcs Nagy, libc-alpha
On 1/12/24 11:42, Szabolcs Nagy wrote:
> Auto-vectorizing scalar calls is now supported.
LGTM. Please push for 2.39.
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
> ---
> NEWS | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/NEWS b/NEWS
> index 83ae627f47..16afc4f869 100644
> --- 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
--
Cheers,
Carlos.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-01-15 14:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-12 16:42 [PATCH] aarch64: Add NEWS entry about libmvec for 2.39 Szabolcs Nagy
2024-01-15 14:34 ` Carlos O'Donell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).