(root)/
gcc-13.2.0/
gcc/
testsuite/
gcc.target/
arm/
lto/
pr96939_1.c
       1  /* PR target/96939 */
       2  /* { dg-options "-march=armv8-a+crc" } */
       3  
       4  #include <arm_acle.h>
       5  
       6  unsigned
       7  crc (unsigned x, const void *y)
       8  {
       9    return __crc32cw (x, *(unsigned *) y);
      10  }