blob: b7b3a8e13dfbda887f80b9e5c8f5416c153e0d65 [file] [log] [blame]
/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
/* { dg-set-compiler-env-var GCC_CPUINFO "$srcdir/gcc.target/aarch64/cpunative/info_13" } */
/* { dg-additional-options "-mcpu=native" } */
int main()
{
return 0;
}
/* { dg-final { scan-assembler {\.arch armv8-a\+crypto\+crc\+dotprod} } } */
/* Test one with mixed order of feature bits. */