Commit b141669
committed
std.Target: Use mvp as the generic CPU model for wasm32/wasm64.
As discussed in ziglang#21818, generic is a poor baseline model because that model is a
moving target in LLVM. Instead, use mvp, which has no features enabled.1 parent 99fabba commit b141669
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1958 | 1958 | | |
1959 | 1959 | | |
1960 | 1960 | | |
1961 | | - | |
| 1961 | + | |
1962 | 1962 | | |
1963 | 1963 | | |
1964 | 1964 | | |
| |||
2012 | 2012 | | |
2013 | 2013 | | |
2014 | 2014 | | |
| 2015 | + | |
2015 | 2016 | | |
2016 | 2017 | | |
2017 | 2018 | | |
| |||
0 commit comments