* g++.dg/other/i386-2.C (dg-options): Add -mavx512pf.
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / parity-1.c
blob1b0001ef2ad2c1328ec0c92546cc7cf334e862e2
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -march=k8 -mno-popcnt" } */
3 /* { dg-final { scan-assembler "setnp" } } */
5 int foo(unsigned int x)
7 return __builtin_parity(x);