2 /* { dg-require-effective-target avx2 } */
3 /* { dg-options "-O3 -mavx2" } */
6 #include "avx2-check.h"
11 compute_psllqi256 (long long int *s1
, long long int *r
)
18 for (i
= 0; i
< 4; ++i
)
27 long long int res_ref
[4];
31 for (i
= 0; i
< 10; i
++)
33 for (j
= 0; j
< 4; j
++)
36 res
.x
= _mm256_slli_epi64 (s1
.x
, N
);
38 compute_psllqi256 (s1
.a
, res_ref
);
40 fail
+= check_union256i_q (res
, res_ref
);