2018-03-08 Richard Biener <rguenther@suse.de>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512bw-vpsrldq-1.c
blob62f2e3195236af5f2bf199340080ef282772ef52
1 /* { dg-do compile } */
2 /* { dg-options "-mavx512bw -O2" } */
3 /* { dg-final { scan-assembler-times "vpsrldq\[ \\t\]+\[^\{\n\]*%zmm\[0-9\]+(?:\n|\[ \\t\]+#)" 1 } } */
5 #include <immintrin.h>
7 extern volatile __m512i x;
9 void extern
10 avx512bw_test (void)
12 x = _mm512_bsrli_epi128 (x, 13);