aboutsummaryrefslogtreecommitdiffstats
path: root/kvx
diff options
context:
space:
mode:
Diffstat (limited to 'kvx')
-rw-r--r--kvx/FPDivision64.v3
1 files changed, 1 insertions, 2 deletions
diff --git a/kvx/FPDivision64.v b/kvx/FPDivision64.v
index ddd96f8e..fc8e6173 100644
--- a/kvx/FPDivision64.v
+++ b/kvx/FPDivision64.v
@@ -1071,8 +1071,7 @@ Proof.
intros ; split ; apply le_IZR ; lra.
Qed.
-(* 9223372036854775808%Z. *)
-Definition bigb_thresh := 1000000000000000000%Z.
+Definition bigb_thresh := 9223372036854775808%Z.
Lemma step1_div_longu_correct_anyb2 :
forall a b,
(1 < Int64.unsigned b <= bigb_thresh)%Z ->