Skip to content

Commit

Permalink
chore: Merge sub chip into add chip (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevjue authored Mar 20, 2024
1 parent 2dc69f3 commit 9ae97b6
Show file tree
Hide file tree
Showing 9 changed files with 265 additions and 454 deletions.
8 changes: 4 additions & 4 deletions core/src/air/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,10 @@ pub trait MemoryAirBuilder: BaseAirBuilder {
memory_access_slice: &[M],
verify_memory_access: EVerify,
) where
EShard: Into<Self::Expr> + std::marker::Copy,
Ea: Into<Self::Expr> + std::marker::Copy,
Eb: Into<Self::Expr> + std::marker::Copy,
EVerify: Into<Self::Expr> + std::marker::Copy,
EShard: Into<Self::Expr> + Copy,
Ea: Into<Self::Expr> + Copy,
Eb: Into<Self::Expr> + Copy,
EVerify: Into<Self::Expr> + Copy,
M: MemoryCols<Eb>,
{
for (i, access_slice) in memory_access_slice.iter().enumerate() {
Expand Down
191 changes: 0 additions & 191 deletions core/src/alu/add/mod.rs

This file was deleted.

Loading

0 comments on commit 9ae97b6

Please sign in to comment.