aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/froundnx_h.h
blob: 6417a39c6af631c7418316f1a40203c723ef5f7f (plain)
1
2
3
4
5
require_extension(EXT_ZFH);
require_extension(EXT_ZFA);
require_fp;
WRITE_FRD_H(f16_roundToInt(FRS1_H, RM, true));
set_fp_exceptions;