Re: [PATCH] RISC-V: Add generic tune as default.

2025-06-18 Thread Dongyan Chen
OKay, the patch v2 is in the link : https://gcc.gnu.org/pipermail/gcc-patches/2025-June/686987.html Thanks Dongyan Chen 在 2025/6/18 17:40, Kito Cheng 写道: @@ -78,6 +79,7 @@ RISCV_CORE("sifive-e31", "rv32imac", "sifive-3-series") RISCV_CORE("sifive-e34", "rv32imafc", "sifive-3-se

Re: [PATCH] RISC-V: Add generic tune as default.

2025-06-18 Thread Robin Dapp
@@ -78,6 +79,7 @@ RISCV_CORE("sifive-e31", "rv32imac", "sifive-3-series") RISCV_CORE("sifive-e34", "rv32imafc", "sifive-3-series") RISCV_CORE("sifive-e76", "rv32imafc", "sifive-7-series") +RISCV_CORE("generic", "rv64gc","generic") ^^^ Drop this and add -mtune=ge

Re: [PATCH] RISC-V: Add generic tune as default.

2025-06-18 Thread Kito Cheng
> @@ -78,6 +79,7 @@ RISCV_CORE("sifive-e31", "rv32imac", > "sifive-3-series") > RISCV_CORE("sifive-e34", "rv32imafc", "sifive-3-series") > RISCV_CORE("sifive-e76", "rv32imafc", "sifive-7-series") > > +RISCV_CORE("generic", "rv64gc","generic") ^^^ Drop this and add