rt_gccstream/gcc/testsuite/gcc.target/ia64/builtin-popcount-2.c

10 lines
162 B
C

/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler-not "popcnt" } } */
int foo (int x)
{
return __builtin_popcount (x) == 0;
}