mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-30 06:43:20 +03:00
1607bc1288
x86: support passing `u128`/`i128` to inline assembly tracking issue: https://github.com/rust-lang/rust/issues/133416 Seems like an oversight. LLVM has supported this since 2019, see https://github.com/llvm/llvm-project/issues/42502. I've put this under `asm_experimental_reg`. cc @taiki-e r? @Amanieu