blob: 1b0001ef2ad2c1328ec0c92546cc7cf334e862e2 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -march=k8 -mno-popcnt" } */
/* { dg-final { scan-assembler "setnp" } } */
int foo(unsigned int x)
{
return __builtin_parity(x);
}