1 /* { dg-do run } */
2 /* { dg-options "-O3 -mavx" } */
3 /* { dg-require-effective-target avx_runtime } */
4 
5 #ifndef CHECK_H
6 #define CHECK_H "avx-check.h"
7 #endif
8 
9 #ifndef TEST
10 #define TEST avx_test
11 #endif
12 
13 #include "sse4_1-cond-1.c"
14