Browse Source

Fix regression introduced by #2050

Don't assert SEW=8 for fp16 <> int8 conversions.
pull/2051/head
Andrew Waterman 9 months ago
parent
commit
d951d9bc6a
  1. 2
      riscv/v_ext_macros.h

2
riscv/v_ext_macros.h

@ -1896,7 +1896,7 @@ VI_VX_ULOOP({ \
VI_VFP_LOOP_END
#define VI_VFP_LOOP_SCALE_BASE \
VI_VFP_COMMON \
VI_VFP_BASE; \
for (reg_t i = P.VU.vstart->read(); i < vl; ++i) { \
VI_LOOP_ELEMENT_SKIP();

Loading…
Cancel
Save