We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c753cef commit fc55604Copy full SHA for fc55604
1 file changed
compiler/rustc_target/src/spec/mod.rs
@@ -1957,8 +1957,8 @@ impl Arch {
1957
use Arch::*;
1958
1959
match self {
1960
- AArch64 | RiscV32 | RiscV64 => true,
1961
- AmdGpu | Arm | Arm64EC | Avr | Bpf | CSky | Hexagon | LoongArch32 | LoongArch64
+ Arm64EC | AArch64 | RiscV32 | RiscV64 => true,
+ AmdGpu | Arm | Avr | Bpf | CSky | Hexagon | LoongArch32 | LoongArch64
1962
| M68k | Mips | Mips32r6 | Mips64 | Mips64r6 | Msp430 | Nvptx64 | PowerPC
1963
| PowerPC64 | S390x | Sparc | Sparc64 | SpirV | Wasm32 | Wasm64 | X86 | X86_64
1964
| Xtensa | Other(_) => false,
0 commit comments