rust/tests/auxiliary
Jonathan Brouwer 3ba5563cf1
Rollup merge of #151059 - folkertdev:x86-u128-reg, r=Amanieu
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
2026-02-18 18:55:14 +01:00
..
minicore.rs Rollup merge of #151059 - folkertdev:x86-u128-reg, r=Amanieu 2026-02-18 18:55:14 +01:00
minisimd.rs Enable const-testing for the ported SIMD intrinsics 2025-11-17 20:10:14 +05:30
rust_test_helpers.c Rework c_variadic 2025-12-04 10:51:34 +01:00