Skip to content

Commit

Permalink
fix: sorry-out alignment goals in benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Sep 26, 2024
1 parent 1f948b8 commit 1c56f0e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Benchmarks/SHA512_150.lean
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ benchmark sha512_150_instructions : SHA512Bench 150 := fun s0 _ h => by
intros
sym_n 150
simp only [h, bitvec_rules]
· exact (sorry : Aligned ..)
done
1 change: 1 addition & 0 deletions Benchmarks/SHA512_225.lean
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ benchmark sha512_225_instructions : SHA512Bench 225 := fun s0 _ h => by
intros
sym_n 225
simp only [h, bitvec_rules]
· exact (sorry : Aligned ..)
done
1 change: 1 addition & 0 deletions Benchmarks/SHA512_400.lean
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ benchmark sha512_400_instructions : SHA512Bench 400 := fun s0 _ h => by
intros
sym_n 400
simp only [h, bitvec_rules]
· exact (sorry : Aligned ..)
done

0 comments on commit 1c56f0e

Please sign in to comment.