avx10_2-comibf-2.c: Require AVX10.2 support
Since avx10_2-comibf-2.c is a run test, require AVX10.2 support. * gcc.target/i386/avx10_2-comibf-2.c: Require avx10_2 target. Signed-off-by: H.J. Lu <hjl.tools@gmail.com>
This commit is contained in:
parent
69bd93c167
commit
859ce74dc2
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
/* { dg-do run } */
|
||||
/* { dg-do run } */
|
||||
/* { dg-options "-march=x86-64-v3 -mavx10.2 -O2 -fno-trapping-math" } */
|
||||
/* { dg-require-effective-target avx10_2 } */
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue