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

Add modular multiplicative inverse benchmark #270

Merged
merged 3 commits into from
Aug 31, 2023

Conversation

BillXu2000
Copy link
Contributor

No description provided.

@sampsyo
Copy link
Owner

sampsyo commented Aug 31, 2023

Looks great; thanks!

@sampsyo sampsyo merged commit 05479b0 into sampsyo:main Aug 31, 2023
4 checks passed
@@ -0,0 +1,90 @@
# ARGS: 46, 10007
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi, would it be possible to change this to # ARGS: 46 10007? This passes the ci because of a subtly with Javascript's parseInt ignoring any postfix non-numerical characters in these kinds of situations. This will break most other tools(atleast the Rust ones).

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/parseInt

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.

3 participants