Skip to content

Commit

Permalink
Update riscv/insns/vsm4r_vs.h
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Brunie <[email protected]>
Signed-off-by: Nicolas Brunie <[email protected]>
  • Loading branch information
nibrunieAtSi5 and nibrunie authored Oct 12, 2024
1 parent 028a174 commit 494e219
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv/insns/vsm4r_vs.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

require_vsm4_constraints;
// No overlap of vd and vs2.
require_no_overlap_eglmul(insn.rd(), insn.rs2()); \
require_no_overlap_eglmul(insn.rd(), insn.rs2());
// vd and vs2 are LMUL (resp. EGW / VLEN) aligned
require_vd_align_lmul;
require_vs2_align_eglmul(128);
Expand Down

0 comments on commit 494e219

Please sign in to comment.