Sign in
gnu
/
gcc
/
cd2fd5facb5e1882d3f338ed456ae9536f7c0593
/
.
/
gcc
/
testsuite
/
gcc.target
/
nvptx
/
popc-1.c
blob: 40e8cfd226a07092f195e8659da60b6bd83f988a [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2" } */
unsigned
int
foo
(
unsigned
int
x
)
{
return
__builtin_popcount
(
x
);
}
/* { dg-final { scan-assembler-times "popc.b32" 1 } } */