Skip to content

Commit

Permalink
fix: remove now-redundant simp from benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkeizer committed Oct 1, 2024
1 parent b95fe25 commit 6fecfdb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Benchmarks/SHA512_150.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ open Benchmarks
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: 0 additions & 1 deletion Benchmarks/SHA512_225.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ open Benchmarks
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: 0 additions & 1 deletion Benchmarks/SHA512_400.lean
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,5 @@ open Benchmarks
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 6fecfdb

Please sign in to comment.