-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Tracking Issue for keylocker_x86
#134813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Comments
jieyouxu
added a commit
to jieyouxu/rust
that referenced
this issue
Feb 3, 2025
Add `kl` and `widekl` target features, and the feature gate This is an effort towards rust-lang#134813. This PR adds the target-features and the feature gate to `rustc` <!-- `@rustbot` label O-x86_64 O-x86_32 A-target-feature r? compiler -->
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 3, 2025
Add `kl` and `widekl` target features, and the feature gate This is an effort towards rust-lang#134813. This PR adds the target-features and the feature gate to `rustc` <!-- ``@rustbot`` label O-x86_64 O-x86_32 A-target-feature r? compiler -->
matthiaskrgr
added a commit
to matthiaskrgr/rust
that referenced
this issue
Feb 4, 2025
Add `kl` and `widekl` target features, and the feature gate This is an effort towards rust-lang#134813. This PR adds the target-features and the feature gate to `rustc` <!-- ```@rustbot``` label O-x86_64 O-x86_32 A-target-feature r? compiler -->
rust-timer
added a commit
to rust-lang-ci/rust
that referenced
this issue
Feb 4, 2025
Rollup merge of rust-lang#134814 - sayantn:keylocker, r=oli-obk Add `kl` and `widekl` target features, and the feature gate This is an effort towards rust-lang#134813. This PR adds the target-features and the feature gate to `rustc` <!-- ```@rustbot``` label O-x86_64 O-x86_32 A-target-feature r? compiler -->
@rustbot labels -I-lang-nominated We do our stabilization FCPs on stabilization PRs. Please submit and nominate one of those for us along with the stabilization report. See the new template for that: |
This was referenced May 7, 2025
The lang-stabilization is being done in #140766, so let's do the libs stabilization here (intrinsics and runtime detection, in rust-lang/stdarch#1795) @rustbot label I-libs-api-nominated |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
I-libs-api-nominated
Nominated for discussion during a libs-api team meeting.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Feature gate:
#![feature(keylocker_x86)]
This is a tracking issue for the
kl
andwidekl
target features and the associated intrinsics instdarch
Public API
The following target features and all their associated intrinsics
kl
: Intel Key Lockerwidekl
: Intel Key Locker WideSteps / History
stdarch
Unresolved Questions
Implementation History
kl
andwidekl
target features, and the feature gate #134814kl
andwidekl
) intrinsics and runtime feature detection stdarch#1706Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: