aboutsummaryrefslogtreecommitdiffstats
path: root/flocq/Appli/Fappli_rnd_odd.v
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2014-10-09 15:20:39 +0200
committerXavier Leroy <xavierleroy@users.noreply.github.com>2014-10-09 15:20:39 +0200
commitb790303f8954a99d5c46219dd3b35126f8138542 (patch)
treed22de5648dec7c915082805350ec37b40ab59600 /flocq/Appli/Fappli_rnd_odd.v
parenta69c12c79b440ad0fe31eacf53825f5e62848671 (diff)
parent7159e8142480fd0d851f3fd54b07dc8890f5b610 (diff)
downloadcompcert-b790303f8954a99d5c46219dd3b35126f8138542.tar.gz
compcert-b790303f8954a99d5c46219dd3b35126f8138542.zip
Merge pull request #1 from jhjourdan/master
Upgrade to flocq 2.4.0
Diffstat (limited to 'flocq/Appli/Fappli_rnd_odd.v')
-rw-r--r--flocq/Appli/Fappli_rnd_odd.v4
1 files changed, 2 insertions, 2 deletions
diff --git a/flocq/Appli/Fappli_rnd_odd.v b/flocq/Appli/Fappli_rnd_odd.v
index b4a2c522..b3244589 100644
--- a/flocq/Appli/Fappli_rnd_odd.v
+++ b/flocq/Appli/Fappli_rnd_odd.v
@@ -802,7 +802,7 @@ apply Hz1.
Qed.
-Theorem round_odd_prop_pos:
+Theorem round_odd_prop_pos:
round beta fexp (Znearest choice) (round beta fexpe Zrnd_odd x) =
round beta fexp (Znearest choice) x.
Proof with auto with typeclass_instances.
@@ -945,7 +945,7 @@ Qed.
-Theorem round_odd_prop: forall x,
+Theorem round_odd_prop: forall x,
round beta fexp (Znearest choice) (round beta fexpe Zrnd_odd x) =
round beta fexp (Znearest choice) x.
Proof with auto with typeclass_instances.