Open
Description
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