blob: 95565e8027e81c3f6a004d9ea2980847ea348509 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -msse4" } */
int testl (unsigned long *a, int b)
{
return b ? 1 : __builtin_parityl (*a);
}