1 /* { dg-do compile } */
2 /* { dg-options "-mavx512pf -O2" } */
3 /* { dg-final { scan-assembler-times "vscatterpf0dpd\[ \\t\]+\[^\{\n\]*%ymm\[0-9\]+\[^\n\]*\\)\{%k\[1-7\]\}(?:\n|\[ \\t\]+#)" 2 } } */
13 _mm512_prefetch_i32scatter_pd (base
, idx
, 8, _MM_HINT_T0
);
14 _mm512_mask_prefetch_i32scatter_pd (base
, m8
, idx
, 8, _MM_HINT_ET0
);