rt_gccstream/gcc/testsuite/gcc.target/i386/pr37197.c

8 lines
140 B
C

/* { dg-do compile } */
/* { dg-options "-O2 -msse4" } */
int testl (unsigned long *a, int b)
{
return b ? 1 : __builtin_parityl (*a);
}