2007-06-02 H.J. Lu <hongjiu.lu@intel.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse4_2-popcntq.c
blob78473935d7494d31a041e7973c1c35484ee7fafb
1 /* { dg-do run { target { { i?86-*-* x86_64-*-* } && lp64 } } } */
2 /* { dg-require-effective-target sse4 } */
3 /* { dg-options "-O2 -msse4.2" } */
5 #define TYPE unsigned long long
6 #define POPCNT _mm_popcnt_u64
8 #include "sse4_2-popcnt.h"