aboutsummaryrefslogtreecommitdiff
path: root/theories
diff options
context:
space:
mode:
Diffstat (limited to 'theories')
-rw-r--r--theories/Floats/SpecFloat.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Floats/SpecFloat.v b/theories/Floats/SpecFloat.v
index 349b37c704..aaf7cbb8f7 100644
--- a/theories/Floats/SpecFloat.v
+++ b/theories/Floats/SpecFloat.v
@@ -222,7 +222,7 @@ Section FloatOps.
Definition SFleb f1 f2 :=
match SFcompare f1 f2 with
- | Some Le => true
+ | Some (Lt | Eq) => true
| _ => false
end.