-
Notifications
You must be signed in to change notification settings - Fork 15
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
Resolve #51, use new asm! macro #115
Resolve #51, use new asm! macro #115
Conversation
….51_use_asm_macro
4968174
to
d571275
Compare
d571275
to
6711887
Compare
I rewrote the history, and squashed the two or three commits that were the same. |
Ok, reading through these changes it looks good to me. I had one concern, which is that in a few places we no longer express that the Thanks again for working on this. |
I'm going to go ahead and merge this. Thanks for the contribution! |
Thanks for merging it. What you figured about |
Resolve issue #51
We replaced all the
llvm_asm!
call with the newasm!
macro, which implies:We tried to ensure the generated assembly stayed the same, using rust playground.