blob: 6490b7fce021a8ee74cfff2c63ef588caca170fb [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
int foo(int x)
{
return __builtin_parity(x);
}
/* { dg-final { scan-assembler "ONES" } } */