mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-17 10:20:33 +08:00
Adjust testcase.
gcc/testsuite/ChangeLog: * gcc.target/i386/pr92658-avx512bw-trunc.c: Add -mprefer-vector-width=512 to avoid impact of different default tune which gcc is built with.
This commit is contained in:
parent
0fd39e420e
commit
995bb851ff
@ -1,6 +1,6 @@
|
||||
/* PR target/92658 */
|
||||
/* { dg-do compile } */
|
||||
/* { dg-options "-O2 -ftree-vectorize -mavx512bw -mavx512vl" } */
|
||||
/* { dg-options "-O2 -ftree-vectorize -mavx512bw -mavx512vl -mprefer-vector-width=512" } */
|
||||
|
||||
typedef unsigned char v8qi __attribute__((vector_size (8)));
|
||||
typedef unsigned char v16qi __attribute__((vector_size (16)));
|
||||
|
Loading…
x
Reference in New Issue
Block a user