aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/fcvt_s_h.h
blob: 346440a97276ce2a58be775e021211aeaf619829 (plain)
1
2
3
4
5
require_either_extension(EXT_ZFHMIN, EXT_ZHINXMIN);
require_fp;
softfloat_roundingMode = RM;
WRITE_FRD_F(f16_to_f32(FRS1_H));
set_fp_exceptions;