-
Notifications
You must be signed in to change notification settings - Fork 167
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
Replace vmandnot and vmornot with vmandn and vmorn - Issue #421 #465
Replace vmandnot and vmornot with vmandn and vmorn - Issue #421 #465
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.
Wondering if we should also change MM_VMANDNOT
to MM_VMANDN
? Otherwise lgtm.
so...should I change it? |
I think it would be better if we updated both in a single PR, if you would be willing to make that change also. |
looks ok now? |
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.
I think the indention needs adjustment, but otherwise should be fine.
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.
Yeah LGTM. Can you squash your commits?
You can squash the commits when doing a merge as a maintainer, and it lets you update the message, so I just went ahead and did it. Thanks for the fix @ShivangMishra |
No description provided.