Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
redirect muladd for BigFloat to fma (#49401)
A fused multiply-add is available in MPFR as `mpfr_fma` and `Base.fma` already uses it. Apart from being fused (more accurate), it's also more performant than the generic `muladd` and allocates one less temporary `BigFloat`.
- Loading branch information