mirror of
https://codeberg.org/ziglang/zig.git
synced 2026-03-08 02:24:33 +01:00
std.Target: Use ck810 as the baseline CPU model for csky.
This commit is contained in:
parent
8282f3be96
commit
73b4cb6314
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue