From d951d9bc6a2696d17e986ed5a05559ae9c687308 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Wed, 6 Aug 2025 16:05:09 -0700 Subject: [PATCH] Fix regression introduced by #2050 Don't assert SEW=8 for fp16 <> int8 conversions. --- riscv/v_ext_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/riscv/v_ext_macros.h b/riscv/v_ext_macros.h index 45af2468..f9a55581 100644 --- a/riscv/v_ext_macros.h +++ b/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();