Initial support for AVX-512{VL,BW,DQ}
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512dq-vreducess-1.c
blob0d51b6119dff360514a7fd40a5d15cd2b09c7463
1 /* { dg-do compile } */
2 /* { dg-options "-mavx512dq -O2" } */
3 /* { dg-final { scan-assembler-times "vreducess\[ \\t\]+\[^\n\]*%xmm\[0-9\]\[^\{\]" 1 } } */
5 #include <immintrin.h>
7 volatile __m128 x1, x2;
8 volatile __mmask8 m;
10 void extern
11 avx512dq_test (void)
13 x1 = _mm_reduce_ss (x1, x2, 123);