diff options
Diffstat (limited to 'riscv/insns/vwsll_vx.h')
-rw-r--r-- | riscv/insns/vwsll_vx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/insns/vwsll_vx.h b/riscv/insns/vwsll_vx.h index 5264e80..4137d39 100644 --- a/riscv/insns/vwsll_vx.h +++ b/riscv/insns/vwsll_vx.h @@ -3,6 +3,7 @@ #include "zvk_ext_macros.h" require_zvbb; +VI_CHECK_DSS(false); VI_ZVK_VX_WIDENING_ULOOP({ const reg_t shift = (rs1 & ((2 * sew) - 1)); |