-
Notifications
You must be signed in to change notification settings - Fork 107
Full asm!() support #1204
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I managed to do this on the parallel_comp_refactor branch. |
Merged in #1264. |
Mostly implemented const and sym operands for both inline and global asm. |
As of #1403 inline asm is now supported and stable on all targets supported by cg_clif. |
awesome! did a quick test with building our codebase with this and did fail on
related to this note?
or maybe this was not part of the new deployed rustup component? |
Correct. So far I had only checked wasmtime with unstable features enabled (as is the default for building it using |
ah good to know, and fantastic that the full test suite passes! |
const
operands.sym
operands.asm_goto
feature gate rust#133870 will stabilize it for cg_llvm)#[inline]
. (1222192)Tracking issue for stabilizingHas been stabilized.asm!()
: rust-lang/rust#72016The text was updated successfully, but these errors were encountered: