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 a453716 commit f9b142cCopy full SHA for f9b142c
src/internal_bit.rs
@@ -1,6 +1,6 @@
1
// Skipped:
2
//
3
-// - `bsf` = `__builtin_ctz`: should equivalent to `{integer}::trailing_zeros`
+// - `bsf` = `__builtin_ctz`: is equivalent to `{integer}::trailing_zeros`
4
5
#[allow(dead_code)]
6
pub(crate) fn ceil_pow2(n: u32) -> u32 {
0 commit comments