- Notifications
You must be signed in to change notification settings - Fork 14.1k
Open
Labels
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 RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-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
Feature gate: #![feature(stdarch_const_x86)]
This is a tracking issue for unstable const versions of x86(64) intrinsics in stdarch.
Public API
~50% of x86(64) intrinsics in stdarch are amenable to constification. Intel has some weird pecularities in floating point, especially in comparison and conversion, which will be nontrivial to constify. Most integer intrinsics have been constified, with the exception of intrinsics that use saturating operations - LLVM generic saturation support is not great
Steps / History
- Implementation: Make X86 intrinsics
conststdarch#1925 - Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- There are a few very specialized float intrinsics (mostly in AVX512), do we want to constify them?
Footnotes
Metadata
Metadata
Assignees
Labels
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 RFCS-tracking-unimplementedStatus: The feature has not been implemented.Status: The feature has not been implemented.T-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.