arm baseline CPU is v7a rather than v6m

v6m is thumb-mode and the baseline should probably be an 'a' variant.
master
Andrew Kelley 2020-02-26 12:37:13 -05:00
parent 6291e8e492
commit 2b33e27e1c
No known key found for this signature in database
GPG Key ID: 7C5F548F728501A9
1 changed files with 1 additions and 1 deletions

View File

@ -1509,7 +1509,7 @@ pub const cpu = struct {
.name = "baseline",
.llvm_name = "generic",
.features = featureSet(&[_]Feature{
.v6m,
.v7a,
}),
};
pub const cortex_a12 = CpuModel{