arm baseline CPU is v7a rather than v6m
v6m is thumb-mode and the baseline should probably be an 'a' variant.master
parent
6291e8e492
commit
2b33e27e1c
|
@ -1509,7 +1509,7 @@ pub const cpu = struct {
|
||||||
.name = "baseline",
|
.name = "baseline",
|
||||||
.llvm_name = "generic",
|
.llvm_name = "generic",
|
||||||
.features = featureSet(&[_]Feature{
|
.features = featureSet(&[_]Feature{
|
||||||
.v6m,
|
.v7a,
|
||||||
}),
|
}),
|
||||||
};
|
};
|
||||||
pub const cortex_a12 = CpuModel{
|
pub const cortex_a12 = CpuModel{
|
||||||
|
|
Loading…
Reference in New Issue