Skip to content

Commit

Permalink
Binary SMs refactoring to adapt to ZiskOp and new enums (#127)
Browse files Browse the repository at this point in the history
* Binary SMs refactoring to adapt to ZiskOp and new enums
  • Loading branch information
fractasy authored Oct 22, 2024
1 parent 6eb3041 commit b45026a
Show file tree
Hide file tree
Showing 5 changed files with 800 additions and 421 deletions.
3 changes: 2 additions & 1 deletion core/src/zisk_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ macro_rules! define_ops {
/// All relevant metadata associated with the operation can be efficiently accessed via
/// the const methods on this enum.
#[derive(Copy, Clone, PartialEq, Eq, Debug, Hash, PartialOrd, Ord)]
#[repr(u8)]
pub enum ZiskOp {
$(
$name,
$name = $code,
)*
}

Expand Down
Loading

0 comments on commit b45026a

Please sign in to comment.