Support asm!
#230
Labels
c: rustc_codegen_spirv
Issues specific to the rustc_codegen_spirv crate.
t: enhancement
A new feature or improvement to an existing one.
This blocks a surprising number of issues, so filing an issue to explicitly track and mention in other issues as "this is blocked on that".
Supporting
asm!
currently blocks:There are alternatives to implement the above without
asm!
, but considering so many things would be resolved really easily ifasm!
was supported instead of the alternative of significant custom compiler support (I imagine quite a few future things will need it too), it'd be super great if we could implementasm!
.Supporting
asm!
itself is currently blocked by rust-lang/rust#78950, which once it's in (hopefully it gets in!), we'll have to wait for a nightly to drop with it.The text was updated successfully, but these errors were encountered: