merge patterns

This commit is contained in:
chenx97
2023-06-28 13:24:01 +08:00
parent c6e03cd951
commit a132b3ec03
3 changed files with 3 additions and 6 deletions

View File

@@ -239,8 +239,7 @@ impl FromStr for InlineAsmArch {
"hexagon" => Ok(Self::Hexagon),
"loongarch64" => Ok(Self::LoongArch64),
"mips" => Ok(Self::Mips),
"mips64" => Ok(Self::Mips64),
"mips64r6" => Ok(Self::Mips64),
"mips64" | "mips64r6" => Ok(Self::Mips64),
"s390x" => Ok(Self::S390x),
"spirv" => Ok(Self::SpirV),
"wasm32" => Ok(Self::Wasm32),