blob: aad71f4347d2f8e8bb7270db2f8534bf3a198e9e [file] [log] [blame]
/* { dg-do compile { target { { aarch64*-*-linux*} && native } } } */
/* { dg-set-compiler-env-var GCC_CPUINFO "$srcdir/gcc.target/aarch64/cpunative/info_2" } */
/* { dg-additional-options "-mcpu=native" } */
int main()
{
return 0;
}
/* { dg-final { scan-assembler {\.arch armv8-a\+nofp\+nosimd} } } */
/* Test one where asimd is provided byt no fp. */