Revert "testsuite: require avx_runtime for some tests"
This reverts commit 249404649d
.
This commit is contained in:
parent
75f9c2ea29
commit
3b93ce50af
3 changed files with 5 additions and 6 deletions
|
@ -1,7 +1,6 @@
|
|||
/* { dg-require-effective-target vect_condition } */
|
||||
/* { dg-require-effective-target vect_float } */
|
||||
/* { dg-require-effective-target avx_runtime } */
|
||||
/* { dg-additional-options "-Ofast -mavx" } */
|
||||
/* { dg-additional-options "-Ofast -mavx" { target avx_runtime } } */
|
||||
|
||||
|
||||
int A0[4] = {36,39,42,45};
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* { dg-require-effective-target vect_simd_clones } */
|
||||
/* { dg-additional-options "-fopenmp-simd --param vect-epilogues-nomask=0 -mavx" } */
|
||||
/* { dg-require-effective-target avx_runtime } */
|
||||
/* { dg-additional-options "-fopenmp-simd --param vect-epilogues-nomask=0" } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
/* { dg-additional-options "-mno-avx512f" { target { { i?86*-*-* x86_64-*-* } && { ! lp64 } } } } */
|
||||
|
||||
#define TYPE __INT64_TYPE__
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
/* { dg-require-effective-target vect_simd_clones } */
|
||||
/* { dg-additional-options "-fopenmp-simd --param vect-epilogues-nomask=0 -mavx" } */
|
||||
/* { dg-require-effective-target avx_runtime } */
|
||||
/* { dg-additional-options "-fopenmp-simd --param vect-epilogues-nomask=0" } */
|
||||
/* { dg-additional-options "-mavx" { target avx_runtime } } */
|
||||
/* { dg-additional-options "-mno-avx512f" { target { { i?86*-*-* x86_64-*-* } && { ! lp64 } } } } */
|
||||
|
||||
#define TYPE __INT64_TYPE__
|
||||
|
|
Loading…
Add table
Reference in a new issue