* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512f-vmovntps-1.c
blob0dc6f82f637b073aa752d664fe3e2ceb8ecbf272
1 /* { dg-do compile } */
2 /* { dg-options "-mavx512f -O2" } */
3 /* { dg-final { scan-assembler-times "vmovntps\[ \\t\]+\[^\{\n\]*%zmm\[0-9\]+\[^\n\]*\\)(?:\n|\[ \\t\]+#)" 1 } } */
5 #include <immintrin.h>
7 float *x;
8 volatile __m512 y;
10 void extern
11 avx512f_test (void)
13 _mm512_stream_ps (x, y);