1 /* { dg-options "-std=gnu99 -fopenmp" } */
3 extern void abort (void);
5 #define M(x, y, z) O(x, y, z)
6 #define O(x, y, z) x ## _ ## y ## _ ## z
11 #define N(x) M(x, G, normal)
18 #define F parallel for simd
36 if (test_simd_normal ()
37 || test_pf_simd_static ()
38 || test_pf_simd_static32 ()
39 || test_pf_simd_auto ()
40 || test_pf_simd_guided32 ()
41 || test_pf_simd_runtime ()
42 || test_f_simd_static ()
43 || test_f_simd_static32 ()
44 || test_f_simd_auto ()
45 || test_f_simd_guided32 ()
46 || test_f_simd_runtime ())