-
Notifications
You must be signed in to change notification settings - Fork 392
Closed
rust-lang/rust
#142340Labels
A-shimsArea: This affects the external function shimsArea: This affects the external function shimsC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement
Description
Currently Miri uses host floats for FMA. However it would of course be better to use softfloats. :)
Unfortunately apfloat still has some bugs around FMA, see llvm/llvm-project#63895 / rust-lang/rustc_apfloat#11. Those probably need to be resolved and ported to rustc_apfloat before we should use it in Miri.
Cc @eddyb
Metadata
Metadata
Assignees
Labels
A-shimsArea: This affects the external function shimsArea: This affects the external function shimsC-enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancementCategory: a PR with an enhancement or an issue tracking an accepted enhancement