* gcc.target/i386/pr70021.c: Add -mtune=skylake.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr59874-2.c
blob3b7679ff9f536850718f14c0196f2c87fc98eba5
1 /* PR target/59874 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2 -mlzcnt -masm=att" } */
4 /* { dg-final { scan-assembler "lzcntw" } } */
6 unsigned int
7 foo (unsigned short x)
9 return x ? __builtin_clzs (x) : 16U;