Scalar vector operations can use NEON instructions, which have incorrect subnormal behavior #129853
Labels
A-floating-point
Area: Floating point numbers and arithmetic
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
This is the Rust version of llvm/llvm-project#106909: scalar
f32
/f64
operations can produce the wrong result for subnormals on ARM if NEON instructions are used.This just got fixed in upstream LLVM, but we should also have a test covering this.
Cc @nikic
The text was updated successfully, but these errors were encountered: