We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6b2700 commit 58633f3Copy full SHA for 58633f3
1 file changed
cranelift/codegen/meta/src/shared/instructions.rs
@@ -1652,7 +1652,7 @@ pub(crate) fn define(
1652
Conditional select of bits.
1653
1654
For each bit in `c`, this instruction selects the corresponding bit from `x` if the bit
1655
- in `x` is 1 and the corresponding bit from `y` if the bit in `c` is 0. See also:
+ in `c` is 1 and the corresponding bit from `y` if the bit in `c` is 0. See also:
1656
`select`.
1657
"#,
1658
&formats.ternary,
0 commit comments