aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/testsuite/gcc.target/i386/sse4_2-crc32w.c
blob: 03991e55370556bda344e5a3b0578dbd662e945e (plain)
1
2
3
4
5
6
7
8
9
/* { dg-do run } */
/* { dg-require-effective-target sse4 } */
/* { dg-options "-O2 -msse4.2" } */

#define CRC32 _mm_crc32_u16
#define DST_T unsigned int
#define SRC_T unsigned short

#include "sse4_2-crc32.h"