-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Tracking Issue for asm_experimental_arch #93335
Copy link
Copy link
Open
Labels
A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)B-unstableBlocker: Implemented in the nightly compiler and unstable.Blocker: Implemented in the nightly compiler and unstable.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-asm`#![feature(asm)]` (not `llvm_asm`)`#![feature(asm)]` (not `llvm_asm`)
Metadata
Metadata
Assignees
Labels
A-inline-assemblyArea: Inline assembly (`asm!(…)`)Area: Inline assembly (`asm!(…)`)B-unstableBlocker: Implemented in the nightly compiler and unstable.Blocker: Implemented in the nightly compiler and unstable.C-tracking-issueCategory: An issue tracking the progress of sth. like the implementation of an RFCCategory: An issue tracking the progress of sth. like the implementation of an RFCF-asm`#![feature(asm)]` (not `llvm_asm`)`#![feature(asm)]` (not `llvm_asm`)
Type
Fields
Give feedbackNo fields configured for issues without a type.
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.