Documentation on vector arguments for inline assembly is inconsistent with observed behavior #106924
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
A-inline-assembly
Area: Inline assembly (`asm!(…)`)
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
PG-portable-simd
Project group: Portable SIMD (https://github.com/rust-lang/project-portable-simd)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
I tried this code:
I expected to see this happen:
I thought this would compile and do as it says since, https://doc.rust-lang.org/reference/inline-assembly.html states that
zmm_reg
accepts vector types., like f64x8 and i64x8.Instead, this happened:
Meta
rustc --version --verbose
:No backtrace applicable.
The text was updated successfully, but these errors were encountered: