Stop only if there aren't any usable algorithms
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / sse4_2-crc32q.c
blobf1f75d916f3075c53effb73a0ac120a5dfc54f65
1 /* { dg-do run { target { ! { ia32 } } } } */
2 /* { dg-require-effective-target sse4 } */
3 /* { dg-options "-O2 -msse4.2" } */
5 #define CRC32 _mm_crc32_u64
6 #define DST_T unsigned long long
7 #define SRC_T unsigned long long
9 #include "sse4_2-crc32.h"