Open
Description
Feature gate: #![feature(keylocker_x86)]
This is a tracking issue for the kl
and widekl
target features and the associated intrinsics in stdarch
Public API
The following target features and all their associated intrinsics
kl
: Intel Key Lockerwidekl
: Intel Key Locker Wide
Steps / History
- Add the target features to Rust
- Add the Intrinsics and Feature Detection to
stdarch
- Final comment period (FCP)1
- Stabilization PR
Unresolved Questions
- None yet.
Implementation History
- Add
kl
andwidekl
target features, and the feature gate #134814 - Add keylocker (
kl
andwidekl
) intrinsics and runtime feature detection stdarch#1706