std.Target: Use ck810 as the baseline CPU model for csky.

This commit is contained in:
Alex Rønne Petersen 2024-10-16 05:59:13 +02:00
parent 8282f3be96
commit 73b4cb6314
No known key found for this signature in database

View File

@ -1856,6 +1856,7 @@ pub const Cpu = struct {
.watchos => &aarch64.cpu.apple_s4,
else => generic(arch),
},
.csky => &csky.cpu.ck810, // gcc/clang do not have a generic csky model.
.hexagon => &hexagon.cpu.hexagonv60, // gcc/clang do not have a generic hexagon model.
.riscv32 => &riscv.cpu.baseline_rv32,
.riscv64 => &riscv.cpu.baseline_rv64,