ubuntu-buildroot/output/build/host-gcc-initial-11.4.0/gcc/testsuite/gcc.target/nvptx/popc-1.c

10 lines
179 B
C

/* { dg-do compile } */
/* { dg-options "-O2" } */
unsigned int foo(unsigned int x)
{
return __builtin_popcount(x);
}
/* { dg-final { scan-assembler-times "popc.b32" 1 } } */