From ede4fa2f51bee0a425f68cd159178835a3af3ca6 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Mon, 4 Nov 2013 18:19:28 +0100 Subject: Restore reasonable performance by not allocating during universe checks, using a fast_compare_neq. --- theories/Numbers/Cyclic/DoubleCyclic/DoubleCyclic.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'theories/Numbers') diff --git a/theories/Numbers/Cyclic/DoubleCyclic/DoubleCyclic.v b/theories/Numbers/Cyclic/DoubleCyclic/DoubleCyclic.v index a6bc44682..23e131272 100644 --- a/theories/Numbers/Cyclic/DoubleCyclic/DoubleCyclic.v +++ b/theories/Numbers/Cyclic/DoubleCyclic/DoubleCyclic.v @@ -594,7 +594,7 @@ Section Z_2nZ. 0 <= [|r|] < [|b|]. Proof. refine (spec_ww_div21 w_0 w_0W div32 ww_1 compare sub w_digits w_to_Z - _ _ _ _ _ _ _);wwauto. + _ _ _ _ _ _ _);wwauto. Qed. Let spec_add2: forall x y, -- cgit v1.2.3