* config/i386/i386.md (paritydi2, paritysi2): New expanders.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / parity-2.c
blobcb7855a66c7dff15061f9cf27b70b0f834fc68d2
1 /* { dg-do compile { target i?86-*-* x86_64-*-* } } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler "setnp" } } */
5 int foo(unsigned long long int x)
7 return __builtin_parityll(x);