Sign in
gnu
/
gcc
/
ab810952eb7c061e37054ddd1dfe0aa033365131
/
.
/
gcc
/
testsuite
/
gcc.target
/
ia64
/
builtin-popcount-1.c
blob: c9641d0e6dfeecf5f2599695de5e56eafad8deb4 [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler "popcnt" } } */
int
foo
(
int
x
)
{
return
__builtin_popcount
(
x
);
}