[llvm] fix `llvm.fma.f16` double rounding issue when there is no native support (PR #171904)
Folkert de Vries via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 11 13:56:43 PST 2025
================
----------------
folkertdev wrote:
ah that slipped through. I wanted to verify that the promotion to f64 generates the same instructions as a 64-bit fma. That actually only happens when we truly emit a 64-bit fma.
https://github.com/llvm/llvm-project/pull/171904
More information about the llvm-commits
mailing list