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