aboutsummaryrefslogtreecommitdiff
path: root/riscv/insn_template.h
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-03-01 16:24:05 -0800
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-03-01 16:24:44 -0800
commita95b44df9d142a49f3e1bfe4a60d259ed41ca247 (patch)
tree49f59c903609e5b0de05d5b0c7f7bd23de8c4f13 /riscv/insn_template.h
parentbea283531abfd013811e83c75ff6189a0d9b3075 (diff)
downloadspike-a95b44df9d142a49f3e1bfe4a60d259ed41ca247.zip
spike-a95b44df9d142a49f3e1bfe4a60d259ed41ca247.tar.gz
spike-a95b44df9d142a49f3e1bfe4a60d259ed41ca247.tar.bz2
Upgrade to latest SoftFloat
Diffstat (limited to 'riscv/insn_template.h')
-rw-r--r--riscv/insn_template.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/riscv/insn_template.h b/riscv/insn_template.h
index f632872..0dd0aa1 100644
--- a/riscv/insn_template.h
+++ b/riscv/insn_template.h
@@ -3,7 +3,6 @@
#include "mmu.h"
#include "mulhi.h"
#include "softfloat.h"
+#include "internals.h"
#include "tracer.h"
-#include "platform.h" // softfloat isNaNF32UI, etc.
-#include "internals.h" // ditto
#include <assert.h>