Add AMD SSE5 support; Add iterator over function arguments; Add stdarg_p, prototype_p...
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / parity-2.c
bloba4c238e0bf10eb085b3869d093487c42e563a607
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
3 /* { dg-final { scan-assembler "setnp" } } */
5 int foo(unsigned long long int x)
7 return __builtin_parityll(x);