aboutsummaryrefslogtreecommitdiffstats
path: root/flocq/IEEE754
Commit message (Collapse)AuthorAgeFilesLines
* Vendored Flocq library: address Coq 8.14 warningXavier Leroy2021-10-031-1/+1
|
* Update the vendored Flocq library to version 3.4.2Xavier Leroy2021-09-252-4/+4
| | | | For compatibility with the upcoming Coq 8.14.
* Update Flocq to 3.4.0 (#383)Guillaume Melquiond2020-12-283-73/+603
|
* Add FMA (fused multiply-add)Xavier Leroy2019-07-171-0/+121
| | | | | Cherry-pick of the following commit on upstream Flocq: https://gitlab.inria.fr/flocq/flocq/commit/28cc6ee3a278878f3df002aab64a6b93e9412d34
* Upgrade embedded version of Flocq to 3.1.Guillaume Melquiond2019-03-272-0/+3519
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).