blob: 65b1190a6e6d562086b32f94e91b7f9f6c28b76b [file] [log] [blame]
/* Test the crc32h ACLE intrinsic. */
/* { dg-do assemble } */
/* { dg-options "-save-temps -O2 -march=armv8-a+crc" } */
#include "arm_acle.h"
uint32_t
test_crc32h (uint32_t arg0, uint16_t arg1)
{
return __crc32h (arg0, arg1);
}
/* { dg-final { scan-assembler "crc32h\tw..?, w..?, w..?\n" } } */