1
Fork 0

Add asm!() support for PowerPC64

This commit is contained in:
Dr. Chat 2021-05-13 22:31:47 -05:00
parent 17f30e5451
commit 69acee3ffe
4 changed files with 47 additions and 7 deletions

View file

@ -283,7 +283,7 @@ impl AsmBuilderMethods<'tcx> for Builder<'a, 'll, 'tcx> {
}
InlineAsmArch::RiscV32 | InlineAsmArch::RiscV64 => {}
InlineAsmArch::Nvptx64 => {}
InlineAsmArch::PowerPC => {}
InlineAsmArch::PowerPC | InlineAsmArch::PowerPC64 => {}
InlineAsmArch::Hexagon => {}
InlineAsmArch::Mips | InlineAsmArch::Mips64 => {}
InlineAsmArch::SpirV => {}