[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
Thu Dec 11 13:46:18 PST 2025
================
----------------
arsenm wrote:
```suggestion
%res = call double @llvm.fma.f64(double %f1, double %f2, double %acc)
```
https://github.com/llvm/llvm-project/pull/171904
More information about the llvm-commits
mailing list