-
-
Notifications
You must be signed in to change notification settings - Fork 478
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
Remove redundant modulo operation in vector_modn_dense #38835
base: develop
Are you sure you want to change the base?
Conversation
Documentation preview for this PR (built with commit c97a639; changes) is ready! 🎉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Two extra little things. Otherwise I think this is good to go.
Co-authored-by: Travis Scrimshaw <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. Positive review.
Just a tiny change. There's no user-visible behavior seen.
(The output of
int(…)
is already reduced modulop
anyway.)📝 Checklist