[llvm] fix `llvm.fma.f16` double rounding issue when there is no native support (PR #171904)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 13 02:32:02 PST 2025
================
----------------
arsenm wrote:
> In any case even promoting to f64 will not give accurate results for bf16
That surprises me, really? If we don't already have tests relying on it, I'd probably return poison and emitError
https://github.com/llvm/llvm-project/pull/171904
More information about the llvm-commits
mailing list