blob: 464e34440691fb6a0446a08ffa7d61d254e67091 [file] [log] [blame]
/* PR target/101549 */
/* { dg-do compile } */
/* { dg-options "-O2 -msse4 -mno-crc32" } */
#include <immintrin.h>
unsigned int
test_mm_crc32_u8 (unsigned int CRC, unsigned char V)
{
return _mm_crc32_u8 (CRC, V);
}
/* { dg-error "needs isa option -mcrc32" "" { target *-*-* } 0 } */