diff options
Diffstat (limited to 'riscv/insns/vmflt_vv.h')
-rw-r--r-- | riscv/insns/vmflt_vv.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/riscv/insns/vmflt_vv.h b/riscv/insns/vmflt_vv.h index ded867d..a2ed8e3 100644 --- a/riscv/insns/vmflt_vv.h +++ b/riscv/insns/vmflt_vv.h @@ -1,5 +1,5 @@ // vflt.vv vd, vs2, vs1 VI_VFP_LOOP_CMP ({ - res = f32_lt_quiet(vs2, vs1); -}) + res = f32_lt(vs2, vs1); +}, true) |