1 /* { dg-additional-options "-O3 -fno-fast-math" } */
5 double __attribute__((noinline
,noclone
))
6 compute_integral (double w_1
[18])
9 double t33
[2][6] = {{0.0, 0.0, 0.0, 0.0, 0.0, 0.0},
10 {0.0, 0.0, 0.0, 0.0, 0.0, 0.0}};
11 double t43
[2] = {0.0, 0.0};
12 double t31
[2][2] = {{1.0, 1.0}, {1.0, 1.0}};
13 double t32
[2][3] = {{0.0, 0.0, 1.0}, {0.0, 0.0, 1.0}};
15 for (int ip_1
= 0; ip_1
< 2; ++ip_1
)
18 for (int i_0
= 0; i_0
< 6; ++i_0
)
19 t33
[ip_1
][i_0
] = ((w_1
[i_0
*3] * t32
[ip_1
][0])
20 + (w_1
[i_0
*3+2] * t32
[ip_1
][2]));
23 for (int i_0
= 0; i_0
< 6; ++i_0
)
24 A
+= t43
[1]*t33
[1][i_0
];
32 double w_1
[18] = {0., 1.0, 1.0,
38 double A
= compute_integral(w_1
);
44 /* { dg-final { scan-tree-dump-times {using an in-order \(fold-left\) reduction} 1 "vect" { target vect_double } } } */
45 /* { dg-final { scan-tree-dump-times "vectorized 2 loops" 1 "vect" { target { vect_double && { vect_perm && vect_hw_misalign } } } } } */