diff options
author | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-08-02 08:05:18 +0000 |
---|---|---|
committer | xleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e> | 2013-08-02 08:05:18 +0000 |
commit | 4ee0544a157090ddd087b36109d292cd174bae7c (patch) | |
tree | 3282bd6a14816239268e14bb40f2f09217c45456 /Changelog | |
parent | b5da812fdc8db859d816cb2fc85e367569a38bed (diff) |
Merge of Flocq version 2.2.0.
More precise modeling of NaNs.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2303 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,6 +1,8 @@ Development trunk: ================== +- More precise modeling of not-a-numbers (NaNs) in floating-point + arithmetic. - Optimize integer divisions by positive constants, turning them into multiply-high and shifts. - Avoid double rounding issues in conversion from 64-bit integers |