2 /* { dg-do assemble { target avx512bw } } */
3 /* { dg-options "-O2 -mavx512bw -mno-avx512vl" } */
5 typedef char v64qi
__attribute__ ((vector_size (64)));
6 typedef short v32hi
__attribute__ ((vector_size (64)));
7 typedef int v16si
__attribute__ ((vector_size (64)));
8 typedef long long v8di
__attribute__ ((vector_size (64)));