blob: a4c238e0bf10eb085b3869d093487c42e563a607 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2" } */
/* { dg-final { scan-assembler "setnp" } } */
int foo(unsigned long long int x)
{
return __builtin_parityll(x);
}