aboutsummaryrefslogtreecommitdiffstats
path: root/flocq/Core/Round_pred.v
diff options
context:
space:
mode:
authorXavier Leroy <xavierleroy@users.noreply.github.com>2022-04-29 09:32:44 +0200
committerGitHub <noreply@github.com>2022-04-29 09:32:44 +0200
commit4920f93e4f933c8616a3376da5264d63bd58afdc (patch)
treef05cdd8084fcbc2098bbad14dc5b3fe38bf34ba4 /flocq/Core/Round_pred.v
parentfb1f4545dfe861ff4d02816e295021a7e3061687 (diff)
parente8c312eecf96ae1703f7ba0b65f107233d340238 (diff)
downloadcompcert-4920f93e4f933c8616a3376da5264d63bd58afdc.tar.gz
compcert-4920f93e4f933c8616a3376da5264d63bd58afdc.zip
Merge pull request #368 from silene/flocq-3.4
Upgrade to Flocq 4.1.
Diffstat (limited to 'flocq/Core/Round_pred.v')
-rw-r--r--flocq/Core/Round_pred.v3
1 files changed, 3 insertions, 0 deletions
diff --git a/flocq/Core/Round_pred.v b/flocq/Core/Round_pred.v
index b7b6778f..c811aec8 100644
--- a/flocq/Core/Round_pred.v
+++ b/flocq/Core/Round_pred.v
@@ -18,6 +18,9 @@ COPYING file for more details.
*)
(** * Roundings: properties and/or functions *)
+
+From Coq Require Import Reals.
+
Require Import Raux Defs.
Section RND_prop.