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

#define CRC32 _mm_crc32_u64
#define DST_T unsigned long long
#define SRC_T unsigned long long

#include "sse4_2-crc32.h"