diff options
author | John Hauser <jhauser@eecs.berkeley.edu> | 2018-01-26 12:51:15 -0800 |
---|---|---|
committer | John Hauser <jhauser@eecs.berkeley.edu> | 2018-01-26 12:51:15 -0800 |
commit | f74b1e48110ac3a27dd49b787d164e55e42d81d1 (patch) | |
tree | 036feef8d982dff57c2f7fd6688deb4790865b10 /source/include/softfloat.h | |
parent | 63d601476b7b2eefe72b1705b942eaa65db8c0bf (diff) | |
download | berkeley-softfloat-3-f74b1e48110ac3a27dd49b787d164e55e42d81d1.zip berkeley-softfloat-3-f74b1e48110ac3a27dd49b787d164e55e42d81d1.tar.gz berkeley-softfloat-3-f74b1e48110ac3a27dd49b787d164e55e42d81d1.tar.bz2 |
Release 3e. See "doc/SoftFloat-history.html".
Diffstat (limited to 'source/include/softfloat.h')
-rw-r--r-- | source/include/softfloat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/include/softfloat.h b/source/include/softfloat.h index df1fdda..9ed17c1 100644 --- a/source/include/softfloat.h +++ b/source/include/softfloat.h @@ -2,7 +2,7 @@ /*============================================================================ This C header file is part of the SoftFloat IEEE Floating-Point Arithmetic -Package, Release 3d, by John R. Hauser. +Package, Release 3e, by John R. Hauser. Copyright 2011, 2012, 2013, 2014, 2015, 2016, 2017 The Regents of the University of California. All rights reserved. @@ -74,7 +74,7 @@ enum { softfloat_round_min = 2, softfloat_round_max = 3, softfloat_round_near_maxMag = 4, - softfloat_round_odd = 5 + softfloat_round_odd = 6 }; /*---------------------------------------------------------------------------- |