aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-10-15 17:51:37 -0700
committerAndrew Waterman <waterman@s144.Millennium.Berkeley.EDU>2010-10-15 17:51:37 -0700
commit8456c1e923dc515717c92a50b696d0c6d58e4d93 (patch)
treef3c2ac5b888bbe03b9ade5d77b6b15cb17b5115d /config.h.in
parentab928baadbfd3316988a3ad5b5d9b84693a8636f (diff)
downloadspike-8456c1e923dc515717c92a50b696d0c6d58e4d93.zip
spike-8456c1e923dc515717c92a50b696d0c6d58e4d93.tar.gz
spike-8456c1e923dc515717c92a50b696d0c6d58e4d93.tar.bz2
[pk, sim] added FPU emulation support to proxy kernel
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 0c3b9aa..6ef883d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -21,6 +21,12 @@
/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
#undef RISCV_ENABLED
+/* Define if 64-bit mode is supported */
+#undef RISCV_ENABLE_64BIT
+
+/* Define if floating-point instructions are supported */
+#undef RISCV_ENABLE_FPU
+
/* Define if libopcodes exists */
#undef RISCV_HAVE_LIBOPCODES