OSDN Git Service

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