-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Closed
Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.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 RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.
Description
This is a tracking issue for RFC 2325, adding SIMD support to stable Rust. There's a number of components here, including:
#[target_feature(enable = ...)]
- Names of accepted target features - currently proposed
#[cfg(target_feature = ...)]
is_target_feature_detected!
macrostd::arch
naming and submodules
The initial implementation of this is being added in #48513 and the next steps would be:
- Adjust documentation (see instructions on forge)
- Stabilization PR (see instructions on forge)
Known issues
stanislav-tkach, GrayJack, boozook, jgarvin, schneiderfelipe and 1 moreruniq, chordowl, nsneck, repnop, emoon and 47 moreboozook, schneiderfelipe and mmcloughlin
Metadata
Metadata
Assignees
Labels
B-RFC-approvedBlocker: Approved by a merged RFC but not yet implemented.Blocker: Approved by a merged RFC but not yet implemented.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 RFCT-libs-apiRelevant to the library API team, which will review and decide on the PR/issue.Relevant to the library API team, which will review and decide on the PR/issue.