Skip to content

Commit

Permalink
Use Listable to prove equality of registers and opcodes
Browse files Browse the repository at this point in the history
This is much faster, especially as we add more registers and opcodes
  • Loading branch information
JasonGross committed Mar 5, 2025
1 parent fd145f5 commit f60089e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Assembly/Parse.v
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ Require Import Crypto.Util.Strings.ParseArithmetic.
Require Import Crypto.Util.Strings.String.
Require Import Crypto.Util.Strings.Show.
Require Import Crypto.Util.Strings.Show.Enum.
Require Import Crypto.Util.Listable.
Require Import Crypto.Util.ErrorT.
Require Import Crypto.Util.ListUtil.
Require Import Crypto.Util.Option.
Expand Down

0 comments on commit f60089e

Please sign in to comment.