blob: 53c6093e803d2971427b10be5da5d96bbc27be8e [file] [log] [blame]
/* PR target/96939 */
/* { dg-options "-march=armv8-a+crc" } */
#include <arm_acle.h>
unsigned
crc (unsigned x, const void *y)
{
return __crc32cw (x, *(unsigned *) y);
}