Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.target/aarch64/with-tune-mtune.c
2023-03-06 14:48:14 +01:00

7 lines
188 B
C

/* { dg-do compile { target { tune_cortex_a76 } } } */
/* { dg-additional-options " -dA -mtune=cortex-a73" } */
void foo ()
{}
/* { dg-final { scan-assembler "//.tune cortex-a73" } } */