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

2025-07-08 Thread Richard Earnshaw (lists)
On 27/05/2025 07:33, Christophe Lyon wrote: > 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

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

2025-07-04 Thread Christophe Lyon
ping? On Tue, 27 May 2025 at 08:33, Christophe Lyon wrote: > > 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+b

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