testsuite: [arm] Add missing effective-target to vusdot-autovec.c
This test fails when forcing an -mcpu option incompatible with -march=armv8.2-a+i8mm. This patch adds the missing arm_v8_2a_i8mm_ok effective-target, as well as the associated dg-add-options arm_v8_2a_i8mm. 2021-07-15 Christophe Lyon <christophe.lyon@foss.st.com> gcc/testsuite/ * gcc.target/arm/simd/vusdot-autovec.c: Use arm_v8_2a_i8mm_ok effective-target.
This commit is contained in:
parent
7094a69bd6
commit
7a9c9a3265
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
|||
/* { dg-do compile } */
|
||||
/* { dg-options "-O3 -march=armv8.2-a+i8mm" } */
|
||||
/* { dg-require-effective-target arm_v8_2a_i8mm_ok } */
|
||||
/* { dg-options "-O3" } */
|
||||
/* { dg-add-options arm_v8_2a_i8mm } */
|
||||
|
||||
#define N 480
|
||||
#define SIGNEDNESS_1 unsigned
|
||||
|
|
Loading…
Add table
Reference in a new issue