blob: da72052e62385c9251d25f792b679263a18d9e61 [file] [log] [blame]
/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
/* { dg-set-compiler-env-var GCC_CPUINFO "$srcdir/gcc.target/aarch64/cpunative/info_6" } */
/* { dg-additional-options "-mcpu=native" } */
int main()
{
return 0;
}
/* { dg-final { scan-assembler {\.arch armv8-a\+crypto\+fp16} } } */
/* Test one where the feature bits for crypto and fp16 are given in
same order as declared in options file. */