From 56ea621762c865c1c71bdc7ad99afc4f2c291d5c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 7 Nov 2020 10:13:22 +0000 Subject: Update definition of Vneg --- src/common/IntegerExtra.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/IntegerExtra.v b/src/common/IntegerExtra.v index 8b11823..f44cac2 100644 --- a/src/common/IntegerExtra.v +++ b/src/common/IntegerExtra.v @@ -639,7 +639,7 @@ Module IntExtra. apply unsigned_range_2. Qed. - Lemma shrx_shrx_alt_equiv : + Theorem shrx_shrx_alt_equiv : forall x y, unsigned y <= 30 -> shrx x y = shrx_alt x y. -- cgit