aboutsummaryrefslogtreecommitdiff
path: root/riscv/insns/cvt_d_l.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-09 15:31:00 -0800
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-11-21 16:54:35 -0800
commit259d20a35dde46c51878dfd3afb7b8c518ed3dcf (patch)
tree7f6f457829f456f7d552e3c4fceb7f14830481d5 /riscv/insns/cvt_d_l.h
parent6d443095f92d8ff5d7c9831e1e111ef605d637f0 (diff)
downloadspike-259d20a35dde46c51878dfd3afb7b8c518ed3dcf.zip
spike-259d20a35dde46c51878dfd3afb7b8c518ed3dcf.tar.gz
spike-259d20a35dde46c51878dfd3afb7b8c518ed3dcf.tar.bz2
[opcodes, pk, sim, xcc] Tweaked FP encoding
Diffstat (limited to 'riscv/insns/cvt_d_l.h')
-rw-r--r--riscv/insns/cvt_d_l.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/riscv/insns/cvt_d_l.h b/riscv/insns/cvt_d_l.h
index 28a03a9..84c1a71 100644
--- a/riscv/insns/cvt_d_l.h
+++ b/riscv/insns/cvt_d_l.h
@@ -1,4 +1,5 @@
require64;
require_fp;
+softfloat_roundingMode = RM;
FRD = i64_to_f64(RS1);
set_fp_exceptions;