Skip to content

Commit

Permalink
v_pk_lshrrev_b16
Browse files Browse the repository at this point in the history
  • Loading branch information
Qazalin committed Aug 12, 2024
1 parent f97e0c5 commit c4b8121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/thread.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ impl<'a> Thread<'a> {
match op {
1 => Ok(x * y),
4 => Ok(y << (x & 0xf)),
5 => Ok(y >> (x & 0xf)),
10 => Ok(x + y),
9 => Ok(x * y + z),
11 => Ok(x - y),
Expand Down

0 comments on commit c4b8121

Please sign in to comment.