Skip to content

Add Sigmoid table#97

Closed
Acentelles wants to merge 8 commits into
zkml-joltfrom
feat/sigmoid
Closed

Add Sigmoid table#97
Acentelles wants to merge 8 commits into
zkml-joltfrom
feat/sigmoid

Conversation

@Acentelles

@Acentelles Acentelles commented Aug 29, 2025

Copy link
Copy Markdown
  • Work prefix-suffix out

// TODO: We only need the first half (only one input to sigmoid)
// let r_prime = &r[..r.len() / 2];
let r_prime = r;
let len = 1 << r_prime.len();

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

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

Note that this doesn't work for WORD_SIZE = 32 because a vector of size 1 << 64 cannot materialise

@Acentelles Acentelles closed this Oct 7, 2025
@Acentelles
Acentelles deleted the feat/sigmoid branch January 22, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant