On 8/17/20 1:49 AM, [email protected] wrote: > From: Frank Chang <[email protected]> > > NaN-boxed the scalar floating-point register based on RVV 1.0's rules. > > Signed-off-by: Frank Chang <[email protected]> > --- > target/riscv/insn32.decode | 4 +-- > target/riscv/insn_trans/trans_rvv.inc.c | 42 ++++++++++++++----------- > 2 files changed, 25 insertions(+), 21 deletions(-)
Needs require_rvf(), as discussed vs the previous patch, Otherwise, Reviewed-by: Richard Henderson <[email protected]> r~
