We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
f32
f64
1 parent 3fa5a8c commit 229f4d8Copy full SHA for 229f4d8
builtins-test/src/bench.rs
@@ -17,10 +17,6 @@ pub fn skip_sys_checks(test_name: &str) -> bool {
17
"extend_f16_f32",
18
"trunc_f32_f16",
19
"trunc_f64_f16",
20
- // FIXME(#616): re-enable once fix is in nightly
21
- // <https://github.com/rust-lang/compiler-builtins/issues/616>
22
- "mul_f32",
23
- "mul_f64",
24
];
25
26
// FIXME(f16_f128): error on LE ppc64. There are more tests that are cfg-ed out completely
0 commit comments