PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / avx512dq-pr81532.c
blob39632a2c482287cb5426683824220e1b11e4448c
1 /* PR target/81532 */
2 /* { dg-do compile { target int128 } } */
3 /* { dg-options "-O2 -mavx512dq -mavx512vl -mno-avx512bw" } */
5 typedef unsigned __int128 V __attribute__ ((vector_size (64)));
8 foo (V c)
10 c >>= 0 != c;
11 return c;