aboutsummaryrefslogtreecommitdiff
path: root/softfloat
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2020-02-28 04:38:52 -0800
committerAndrew Waterman <andrew@sifive.com>2020-02-28 04:39:23 -0800
commit7dfd3525c8ce4e29570205af7fed33c3095f4bf8 (patch)
tree312a70cc8953e660545c28c9b400acfaf8988f53 /softfloat
parentf6290f604c3369d23637de07a2c1be9773c2d4d9 (diff)
downloadriscv-isa-sim-7dfd3525c8ce4e29570205af7fed33c3095f4bf8.zip
riscv-isa-sim-7dfd3525c8ce4e29570205af7fed33c3095f4bf8.tar.gz
riscv-isa-sim-7dfd3525c8ce4e29570205af7fed33c3095f4bf8.tar.bz2
Enable SOFTFLOAT_ROUND_ODD for vfncvt.rod.f.f.w
Diffstat (limited to 'softfloat')
-rw-r--r--softfloat/platform.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/softfloat/platform.h b/softfloat/platform.h
index 48838cd..55de194 100644
--- a/softfloat/platform.h
+++ b/softfloat/platform.h
@@ -44,6 +44,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define INLINE_LEVEL 5
#define SOFTFLOAT_FAST_INT64
#define SOFTFLOAT_FAST_DIV64TO32
+#define SOFTFLOAT_ROUND_ODD
/*----------------------------------------------------------------------------
*----------------------------------------------------------------------------*/