Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unroll exponentiation into multiplications in winter codegen #130

Closed
grjte opened this issue Jan 31, 2023 · 1 comment
Closed

unroll exponentiation into multiplications in winter codegen #130

grjte opened this issue Jan 31, 2023 · 1 comment
Assignees

Comments

@grjte
Copy link
Contributor

grjte commented Jan 31, 2023

We should remember that using exp could be quite expensive as it uses constant-time exponentiation. In the future, we might want o "unroll" this into a sequence of multiplications.

Originally posted by @bobbinth in #126 (comment)

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 a pull request may close this issue.

3 participants