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:
H.J. Lu 2024-11-06 16:14:38 +08:00
parent 69bd93c167
commit 859ce74dc2

View file

@ -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>