blob: 96ad4c14db16468df30cc0a00d709ed5e2f32ed9 [file] [log] [blame]
/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
/* { dg-set-compiler-env-var GCC_CPUINFO "$srcdir/gcc.target/aarch64/cpunative/info_7" } */
/* { dg-additional-options "-mcpu=native" } */
int main()
{
return 0;
}
/* { dg-final { scan-assembler {\.arch armv8-a\+crypto\+fp16} } } */
/* Test one where the crypto and fp16 options are specified in different
order from what is in the options file. */