Skip to content

Commit 84507cc

Browse files
committed
Enable skipped f32 and f64 multiplication tests
The fix has since made it to nightly, so the skips here can be removed.
1 parent 82f9186 commit 84507cc

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

builtins-test/src/bench.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ pub fn skip_sys_checks(test_name: &str) -> bool {
1717
"extend_f16_f32",
1818
"trunc_f32_f16",
1919
"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",
2420
];
2521

2622
// FIXME(f16_f128): system symbols have incorrect results

0 commit comments

Comments
 (0)