1 /* { dg-do compile } */
2 /* { dg-options "-mavx512pf -O2" } */
3 /* { dg-final { scan-assembler-times "vscatterpf1dpd\[ \\t\]+\[^\n\]*%ymm\[0-9\]" 2 } } */
4 /* { dg-final { scan-assembler-times "vscatterpf1dpd\[ \\t\]+\[^\n\]*\{%k\[1-7\]" 1 } } */
15 _mm512_prefetch_i32scatter_pd (base
, idx
, 8, _MM_HINT_T1
);
16 _mm512_mask_prefetch_i32scatter_pd (base
, m8
, idx
, 8, _MM_HINT_ET1
);