diff mbox series

aarch64: Add NEWS entry about libmvec for 2.39

Message ID 20240112164245.467067-1-szabolcs.nagy@arm.com
State New
Headers show
Series aarch64: Add NEWS entry about libmvec for 2.39 | expand

Commit Message

Szabolcs Nagy Jan. 12, 2024, 4:42 p.m. UTC
Auto-vectorizing scalar calls is now supported.
---
 NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Carlos O'Donell Jan. 15, 2024, 2:34 p.m. UTC | #1
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
diff mbox series

Patch

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