std.Target: Use ck810 as the baseline CPU model for csky.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user