The feature gate for the issue is #![feature(asm_experimental_arch)].
Summary
This feature tracks asm! and global_asm! support for the following architectures:
Status
Each architecture needs to be reviewed before stabilization:
- It must have
clobber_abi.
- It must be possible to clobber every register that is normally clobbered by a function call.
- Generally review that the exposed register classes make sense.
See #93335 (comment) for a detailed todo list.
The feature gate for the issue is
#![feature(asm_experimental_arch)].Summary
This feature tracks
asm!andglobal_asm!support for the following architectures:Status
Each architecture needs to be reviewed before stabilization:
clobber_abi.See #93335 (comment) for a detailed todo list.