diff options
Diffstat (limited to 'riscv/insns/vmulhu_vv.h')
-rw-r--r-- | riscv/insns/vmulhu_vv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/riscv/insns/vmulhu_vv.h b/riscv/insns/vmulhu_vv.h index 8e318ed..0ff488c 100644 --- a/riscv/insns/vmulhu_vv.h +++ b/riscv/insns/vmulhu_vv.h @@ -1,4 +1,4 @@ -// vmulhu vd ,vs2, vs1 +// vmulhu vd, vs2, vs1 VI_VV_ULOOP ({ vd = ((uint128_t)vs2 * vs1) >> sew; |