We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ed8852 commit f8f6f6eCopy full SHA for f8f6f6e
cmov/src/lib.rs
@@ -27,7 +27,7 @@ pub trait Cmov {
27
///
28
/// Uses a `test` instruction to check if the given `condition` value is
29
/// equal to zero, conditionally moves `value` to `self` when `condition` is
30
- /// equal to zero.
+ /// not equal to zero.
31
fn cmovnz(&mut self, value: &Self, condition: Condition);
32
33
/// Move if zero.
0 commit comments