mirror of
https://github.com/ziglang/zig.git
synced 2026-02-13 04:48:20 +00:00
arm baseline CPU is v7a rather than v6m
v6m is thumb-mode and the baseline should probably be an 'a' variant.
This commit is contained in:
parent
6291e8e492
commit
2b33e27e1c
@ -1509,7 +1509,7 @@ pub const cpu = struct {
|
||||
.name = "baseline",
|
||||
.llvm_name = "generic",
|
||||
.features = featureSet(&[_]Feature{
|
||||
.v6m,
|
||||
.v7a,
|
||||
}),
|
||||
};
|
||||
pub const cortex_a12 = CpuModel{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user