-
Notifications
You must be signed in to change notification settings - Fork 129
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
cmov: use ASM XOR
for equality comparisons
#920
Comments
We should probably stop using |
And change to just |
Our main usage of |
This is how we originally did equality comparisons for x86, but for some reason
#[inline(always)]
caused it to break entirely.I'd prefer to do the XOR within the ASM block as it's just more consistent, and I'll work on testing this out later today.
The text was updated successfully, but these errors were encountered: