We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dba6c35 commit 85600e9Copy full SHA for 85600e9
1 file changed
cmov/src/backends/aarch64.rs
@@ -56,7 +56,7 @@ macro_rules! csel64 {
56
};
57
}
58
59
-/// Conditional select equality test using 32-bit `:w` registers and
+/// Conditional select equality test using 32-bit `:w` registers and
60
/// correctly handling unspecified upper bits of 16 bit inputs
61
macro_rules! cseleq16 {
62
($instruction:expr, $lhs:expr, $rhs:expr, $condition:expr, $dst:expr) => {
0 commit comments