Skip to content

Commit

Permalink
avx10_2-comibf-2.c: Require AVX10.2 support
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
hjl-tools committed Nov 6, 2024
1 parent 69bd93c commit 859ce74
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gcc/testsuite/gcc.target/i386/avx10_2-comibf-2.c
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit 859ce74

Please sign in to comment.