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 c537de2 commit f995d43Copy full SHA for f995d43
src/int/mod.rs
@@ -323,7 +323,7 @@ intrinsics! {
323
// This method using `(x >= power-of-two) as usize` to test if the higher bits are zero is
324
// branchless on most architectures (performed on many architectures with a single
325
// set-if-more-than-or-equal instruction, or done with some kind of conditional move).
326
-
+
327
let mut x = x;
328
// The number of potential leading zeros
329
let mut z = {
0 commit comments