Re: [PATCH v2 0/3] Refine the avg_floor with fixed point vaadd
LGTM, thanks. -- Regards Robin
[PATCH v2 0/3] Refine the avg_floor with fixed point vaadd
From: Pan Li The spec of RVV is somehow not that clear about the difference between the float point and fixed point for the rounding that discard least-significant information. For float point which is not two's complement, the "discard least-significant information" indicates truncation round.