mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-27 04:31:18 +00:00

f16_f128: enable some more tests in Miri For some reason, a bunch of tests were disabled in Miri that don't use any fancy intrinsics. Let's enable them. I verified this with `./x miri library/core --no-doc -- float`. r? `@tgross35`