Skip to content

Conversation

@sai-deng
Copy link
Contributor

@sai-deng sai-deng commented Nov 6, 2025

No description provided.

Comment on lines +35 to +37
pub fn from_counts(add_lanes: usize, mul_lanes: usize) -> Self {
Self::new(add_lanes, mul_lanes)
}
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need this method since it seems to be a duplicate of the new method?

Comment on lines +20 to +21
// Packing configuration for Add/Mul tables.
#[derive(Debug, Clone, Copy, PartialEq, Eq)]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: could we keep the old description before the move to clarify a bit its meaning? TablePacking may be a bit opaque to newcomers otherwise without diving in the code

@github-project-automation github-project-automation bot moved this from Todo to Ready to be merged in Plonky3 Recursion Nov 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Ready to be merged

Development

Successfully merging this pull request may close these issues.

4 participants