Skip to content

Commit

Permalink
Adding back extractLsb lemmas in case we still need them
Browse files Browse the repository at this point in the history
  • Loading branch information
pennyannn committed Oct 1, 2024
1 parent 1becfad commit 9fc97da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Arm/BitVec.lean
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,10 @@ attribute [bitvec_rules] BitVec.getLsbD_truncate
attribute [bitvec_rules] BitVec.zeroExtend_zeroExtend_of_le
attribute [bitvec_rules] BitVec.truncate_truncate_of_le
attribute [bitvec_rules] BitVec.truncate_cast
attribute [bitvec_rules] BitVec.extractLsb_ofFin
attribute [bitvec_rules] BitVec.extractLsb_ofNat
attribute [bitvec_rules] BitVec.extractLsb'_toNat
attribute [bitvec_rules] BitVec.extractLsb_toNat
attribute [bitvec_rules] BitVec.getLsbD_extract
attribute [bitvec_rules] BitVec.toNat_allOnes
attribute [bitvec_rules] BitVec.getLsbD_allOnes
Expand Down

0 comments on commit 9fc97da

Please sign in to comment.