| ... | ... | @@ -1958,7 +1958,7 @@ pub const Cpu = struct { |
| 1958 | 1958 | .x86_64 => &x86.cpu.x86_64, |
| 1959 | 1959 | .nvptx, .nvptx64 => &nvptx.cpu.sm_20, |
| 1960 | 1960 | .ve => &ve.cpu.generic, |
| 1961 | | .wasm32, .wasm64 => &wasm.cpu.generic, |
| 1961 | .wasm32, .wasm64 => &wasm.cpu.mvp, |
| 1962 | 1962 | .xcore => &xcore.cpu.generic, |
| 1963 | 1963 | .xtensa => &xtensa.cpu.generic, |
| 1964 | 1964 | |
| ... | ... | @@ -2012,6 +2012,7 @@ pub const Cpu = struct { |
| 2012 | 2012 | else => generic(arch), |
| 2013 | 2013 | }, |
| 2014 | 2014 | .xcore => &xcore.cpu.xs1b_generic, |
| 2015 | .wasm32, .wasm64 => &wasm.cpu.generic, |
| 2015 | 2016 | |
| 2016 | 2017 | else => generic(arch), |
| 2017 | 2018 | }; |