aboutsummaryrefslogtreecommitdiffstats
path: root/flocq/Prop/Double_rounding.v
Commit message (Collapse)AuthorAgeFilesLines
* Upgrade Flocq to 4.1.1Xavier Leroy2023-03-101-12/+12
|
* Upgrade to Flocq 4.0.Guillaume Melquiond2022-04-251-33/+32
|
* Update Flocq to 3.4.0 (#383)Guillaume Melquiond2020-12-281-208/+209
|
* Upgrade embedded version of Flocq to 3.1.Guillaume Melquiond2019-03-271-0/+4545
Main changes to CompCert outside of Flocq are as follows: - Minimal supported version of Coq is now 8.7, due to Flocq requirements. - Most modifications are due to Z2R being dropped in favor of IZR and to the way Flocq now handles NaNs. - CompCert now correctly handles NaNs for the Risc-V architecture (hopefully).