mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +00:00
std.Target: Use ck810 as the baseline CPU model for csky.
This commit is contained in:
parent
8282f3be96
commit
73b4cb6314
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user