File tree 2 files changed +5
-2
lines changed 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -566,6 +566,9 @@ rewrite !Int64.signed_repr by
566
566
change Int64.max_signed with (2^63 - 1);
567
567
lia).
568
568
forward.
569
+ entailer!.
570
+ rewrite Hmod32, Hdiv32, Z.mul_comm by auto.
571
+ apply Hmul64;[apply Hdiv32bound|apply Z.mod_pos_bound]; lia.
569
572
change (Int.unsigned (Int.repr 32)) with 32.
570
573
rewrite !Int64.mul_signed, Hmod32, Hdiv32 by auto.
571
574
rewrite !Int64.signed_repr by
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ stdenv.mkDerivation {
4
4
src = fetchFromGitHub {
5
5
owner = "PrincetonUniversity" ;
6
6
repo = "VST" ;
7
- rev = "v2.9.1 ";
8
- hash = "sha256-q/Us8bG1Sek2cuAT6mvwxihBKrVl77RW9m0N5uWOQL4 =" ;
7
+ rev = "9a91f41c4ee1ff56a0c80111c86ed4b2fe51fa11 ";
8
+ hash = "sha256-dzsewWQYxbjyVDtdc3TZggoIm/RrHFsYtq88fkYcTQ8 =" ;
9
9
} ;
10
10
11
11
buildInputs = [ coq ] ;
You can’t perform that action at this time.
0 commit comments