blob: 325cedf0e2c99c237429169ec9a290ad44718fcb [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-mavx512f" } */
typedef short __attribute__((__vector_size__ (32))) V;
V g;
void
foo (void)
{
__builtin_ia32_psrawi256 (g, 0);
}