blob: 41002571761f9d8fb8a716cac92993fe1e2ecd0e [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-O2 -msse4.2 -mgeneral-regs-only" } */
#include <x86intrin.h>
unsigned int
foo1 (unsigned int x, unsigned int y)
{
return __crc32d (x, y);
}