]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm: remove useless push/pop pragmas in arm_neon.h
authorChristophe Lyon <christophe.lyon@linaro.org>
Wed, 30 Apr 2025 11:07:52 +0000 (11:07 +0000)
committerChristophe Lyon <christophe.lyon@linaro.org>
Wed, 9 Jul 2025 08:14:15 +0000 (08:14 +0000)
Remove #pragma GCC target ("arch=armv8.2-a+bf16") since it matches the
preceding pragma GCC target and is thus useless.

gcc/ChangeLog:

* config/arm/arm_neon.h: Remove useless push/pop pragmas.

gcc/config/arm/arm_neon.h

index cba50de072049af2c0770c7eb85bf9e5a0e31105..105385f7f5de4d13dc8e4afe93dca8fc82772cf7 100644 (file)
@@ -20938,11 +20938,6 @@ vbfdotq_lane_f32 (float32x4_t __r, bfloat16x8_t __a, bfloat16x4_t __b,
   return __builtin_neon_vbfdot_lanev4bfv4sf (__r, __a, __b, __index);
 }
 
-#pragma GCC pop_options
-
-#pragma GCC push_options
-#pragma GCC target ("arch=armv8.2-a+bf16")
-
 typedef struct bfloat16x4x2_t
 {
   bfloat16x4_t val[2];