blob: 0dc6f82f637b073aa752d664fe3e2ceb8ecbf272 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mavx512f -O2" } */
/* { dg-final { scan-assembler-times "vmovntps\[ \\t\]+\[^\{\n\]*%zmm\[0-9\]+\[^\n\]*\\)(?:\n|\[ \\t\]+#)" 1 } } */
#include <immintrin.h>
float *x;
volatile __m512 y;
void extern
avx512f_test (void)
{
_mm512_stream_ps (x, y);
}