Re: [PATCH] arm_neon.h: remove useless push/pop pragmas

2025-05-26 Thread Christophe Lyon
On Mon, 26 May 2025 at 18:14, Christophe Lyon wrote: > > Remove #pragma GCC target ("arch=armv8.2-a+bf16") and preceding > target and is thus useless. I guess this should read: Remove #pragma GCC target ("arch=armv8.2-a+bf16") since it matches the preceding pragma GCC target and is thus useless.

[PATCH] arm_neon.h: remove useless push/pop pragmas

2025-05-26 Thread Christophe Lyon
Remove #pragma GCC target ("arch=armv8.2-a+bf16") and preceding target and is thus useless. gcc/ChangeLog: * config/arm/arm_neon.h: Remove useless push/pop pragmas. --- gcc/config/arm/arm_neon.h | 5 - 1 file changed, 5 deletions(-) diff --git a/gcc/config/arm/arm_neon.h b/gcc/confi