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.
1 parent f7888dd commit 7a5c639Copy full SHA for 7a5c639
builtins-test/benches/float_cmp.rs
@@ -14,6 +14,7 @@ fn gt_res_eq(mut a: CmpResult, mut b: CmpResult) -> bool {
14
// This can be removed once a version of `compiler-builtins` with the return type fix makes
15
// it upstream.
16
if size_of::<CmpResult>() == 64 {
17
+ dbg!(a, b);
18
a = (a as u32 as i32) as CmpResult;
19
b = (b as u32 as i32) as CmpResult;
20
}
0 commit comments