aboutsummaryrefslogtreecommitdiffstats
path: root/flocq/Prop/Relative.v
Commit message (Collapse)AuthorAgeFilesLines
* Update Flocq to 3.4.0 (#383)Guillaume Melquiond2020-12-281-12/+12
|
* Make scripts compatible with new behavior of field_simplify (#291)Vincent Laporte2019-05-061-1/+1
| | | | | | | | The `field_simplify` tactics will be improved soon (https://github.com/coq/coq/pull/9854). Flocq was made compatible with this improvement (https://gitlab.inria.fr/flocq/flocq/commit/0752761a6a344d62f6bc728eac442ebb4ba655ac). This commit updates CompCert's copy of Flocq accordingly.
* Upgrade embedded version of Flocq to 3.1.Guillaume Melquiond2019-03-271-0/+983
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).