From 8456c1e923dc515717c92a50b696d0c6d58e4d93 Mon Sep 17 00:00:00 2001 From: Andrew Waterman Date: Fri, 15 Oct 2010 17:51:37 -0700 Subject: [pk, sim] added FPU emulation support to proxy kernel --- config.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'config.h.in') 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 -- cgit v1.1