blob: e6538cc4bde4943e4c61485b6b3f5a4ab3ccbbf2 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -mbmi2" } */
int foo (unsigned int x, unsigned int y)
{
if (__builtin_ia32_bzhi_si (x, y))
return 1;
return 0;
}
/* { dg-final { scan-assembler-not "test" } } */