Skip to content

Commit

Permalink
fix(vnclip): use uimm instead of imm for vnclip_wi instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziyue-Zhang committed Nov 19, 2024
1 parent b9507fb commit ecb2f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/isa/riscv64/instr/rvv/vcompute.h
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ def_EHelper(vnclipu) {
}

def_EHelper(vnclip) {
ARTHI_NARROW(NCLIP, SIGNED, 1)
ARTHI_NARROW(NCLIP, UNSIGNED, 1)
}

def_EHelper(vwredsumu) {
Expand Down

0 comments on commit ecb2f9d

Please sign in to comment.