aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/cvt_d_l.h
diff options
context:
space:
mode:
Diffstat (limited to 'riscv/insns/cvt_d_l.h')
-rw-r--r--riscv/insns/cvt_d_l.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/riscv/insns/cvt_d_l.h b/riscv/insns/cvt_d_l.h
new file mode 100644
index 0000000..5246f6f
--- /dev/null
+++ b/riscv/insns/cvt_d_l.h
@@ -0,0 +1,3 @@
+require_fp;
+FRC = int64_to_float64(FRA);
+set_fp_exceptions;