Re: [PATCH 2/2] testsuite: arm: factorize arm_v8_neon_ok flags

2025-07-28 Thread Christophe Lyon
ping? On Sat, 5 Jul 2025 at 00:01, Christophe Lyon wrote: > > Like we do in other effective-targets, add > "-mcpu=unset -march=armv8-a" > directly when setting et_arm_v8_neon_flags in arm_v8_neon_ok_nocache, > to avoid having to add these two flags in all users of arm_v8_neon_ok. > > This avoids

[PATCH 2/2] testsuite: arm: factorize arm_v8_neon_ok flags

2025-07-04 Thread Christophe Lyon
Like we do in other effective-targets, add "-mcpu=unset -march=armv8-a" directly when setting et_arm_v8_neon_flags in arm_v8_neon_ok_nocache, to avoid having to add these two flags in all users of arm_v8_neon_ok. This avoids duplication and possible typos / oversights. gcc/testsuite/ChangeLog: