Rollup merge of #142340 - RalfJung:miri-apfloat-mul-add, r=oli-obk
miri: we can use apfloat's mul_add now
With https://github.com/rust-lang/rustc_apfloat/issues/11 fixed, there is no reason to still use host floats here.
Fixes https://github.com/rust-lang/miri/issues/2995
We already have a test for this:
a7153db254/src/tools/miri/tests/pass/float.rs (L998-L1003)
r? ``@oli-obk``
This commit is contained in:
commit
ad5800abf3