2007-06-02 H.J. Lu <hongjiu.lu@intel.com>
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse4_2-crc32w.c
blob967197410494886b093d992bb58f509488c45426
1 /* { dg-do run { target i?86-*-* x86_64-*-* } } */
2 /* { dg-require-effective-target sse4 } */
3 /* { dg-options "-O2 -msse4.2" } */
5 #define CRC32 _mm_crc32_u16
6 #define DST_T unsigned int
7 #define SRC_T unsigned short
9 #include "sse4_2-crc32.h"