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 811270d commit ed21453Copy full SHA for ed21453
compiler-builtins/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): system symbols have incorrect results
0 commit comments