-
Notifications
You must be signed in to change notification settings - Fork 199
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
intt optimization #876
intt optimization #876
Conversation
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.
Please add more comments to explain the implementation of the optimization. It is hard to understand the code this way.
I am concerned about the readability of the NTT code. It is becoming hard to understand. We should probably add a lot of comments to explain every step. |
Looks good to me now. |
5% - 9% improvement for clang. No Change for gcc.