aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@college-de-france.fr>2019-04-26 14:17:38 +0200
committerXavier Leroy <xavier.leroy@college-de-france.fr>2019-04-26 14:17:38 +0200
commit8df51b9866ccda99980e9f4de7ec2f2a0cd416e6 (patch)
tree8f147509fd48b4892ea1622ffa692e55d2d2de8b
parent08fd5faf30c18e17caa610076e67cf002a01d8b4 (diff)
downloadcompcert-8df51b9866ccda99980e9f4de7ec2f2a0cd416e6.tar.gz
compcert-8df51b9866ccda99980e9f4de7ec2f2a0cd416e6.zip
Rename Fappli_IEEE_extra.v into IEEE754_extra.v
To match the new module names from version 3 of Flocq. Plus, it's shorter.
-rw-r--r--Makefile2
-rw-r--r--lib/Floats.v2
-rw-r--r--lib/IEEE754_extra.v (renamed from lib/Fappli_IEEE_extra.v)0
3 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 7b1d3a76..dc98e7a0 100644
--- a/Makefile
+++ b/Makefile
@@ -53,7 +53,7 @@ FLOCQ=\
# General-purpose libraries (in lib/)
VLIB=Axioms.v Coqlib.v Intv.v Maps.v Heaps.v Lattice.v Ordered.v \
- Iteration.v Zbits.v Integers.v Archi.v Fappli_IEEE_extra.v Floats.v \
+ Iteration.v Zbits.v Integers.v Archi.v IEEE754_extra.v Floats.v \
Parmov.v UnionFind.v Wfsimpl.v \
Postorder.v FSetAVLplus.v IntvSets.v Decidableplus.v BoolEqual.v
diff --git a/lib/Floats.v b/lib/Floats.v
index 21d09a5e..9540303b 100644
--- a/lib/Floats.v
+++ b/lib/Floats.v
@@ -19,7 +19,7 @@
Require Import Coqlib Zbits Integers.
(*From Flocq*)
Require Import Binary Bits Core.
-Require Import Fappli_IEEE_extra.
+Require Import IEEE754_extra.
Require Import Program.
Require Archi.
diff --git a/lib/Fappli_IEEE_extra.v b/lib/IEEE754_extra.v
index c23149be..c23149be 100644
--- a/lib/Fappli_IEEE_extra.v
+++ b/lib/IEEE754_extra.v