OSDN Git Service

* gcc.target/i386/recip-vec-divf.c: Decrease array sizes.
[pf3gnuchains/gcc-fork.git] / gcc / testsuite / gcc.target / i386 / parity-1.c
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -march=k8 -mno-popcnt" } */
3 /* { dg-final { scan-assembler "setnp" } } */
4
5 int foo(unsigned int x)
6 {
7   return __builtin_parity(x);
8 }