Sign in
gnu
/
gcc
/
fba228e259dd5112851527f2dbb62c5601100985
/
.
/
gcc
/
testsuite
/
gcc.target
/
i386
/
parity-6.c
blob: 33918e121d70f7dc3bbcc76cc6911f9590aeb2bb [
file
] [
log
] [
blame
]
/* { dg-do compile } */
/* { dg-options "-O2 -march=core-avx2" } */
/* { dg-final { scan-assembler "popcnt" } } */
/* { dg-final { scan-assembler "and" } } */
int
foo
(
unsigned
long
long
x
)
{
return
__builtin_parityll
(
x
);
}