aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorChristopher Celio <celio@eecs.berkeley.edu>2012-09-07 21:56:51 -0700
committerChristopher Celio <celio@eecs.berkeley.edu>2012-09-07 21:56:51 -0700
commitd6a522404a38405ecfad78839d4c29bf5cb02e9b (patch)
tree3ccddd3e3d13a82fe187c25cfb45203108e9035e /config.h.in
parent6336ef155fabdd15eecf11949b7e13a49e279738 (diff)
downloadriscv-pk-d6a522404a38405ecfad78839d4c29bf5cb02e9b.zip
riscv-pk-d6a522404a38405ecfad78839d4c29bf5cb02e9b.tar.gz
riscv-pk-d6a522404a38405ecfad78839d4c29bf5cb02e9b.tar.bz2
Added rough emulation support for div/rem/mul.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index c05c064..65b5df0 100644
--- a/config.h.in
+++ b/config.h.in
@@ -33,5 +33,8 @@
/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
#undef SOFTFLOAT_RISCV_ENABLED
+/* Define if subproject MCPPBS_SPROJ_NORM is enabled */
+#undef SOFTINT_ENABLED
+
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS