-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Tracking Issue for stdarch_s390x_feature_detection
#135413
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
Comments
…-detected, r=Mark-Simulacrum expose `is_s390x_feature_detected!` from `std::arch` tracking issue: rust-lang#135413 implementation: rust-lang/stdarch#1699 (more features added in rust-lang/stdarch#1720) This macro was part of the recent `stdarch` synchronization, but not yet exposed via `std::arch`. r? libs
Rollup merge of rust-lang#138275 - folkertdev:expose-is-s390x-feature-detected, r=Mark-Simulacrum expose `is_s390x_feature_detected!` from `std::arch` tracking issue: rust-lang#135413 implementation: rust-lang/stdarch#1699 (more features added in rust-lang/stdarch#1720) This macro was part of the recent `stdarch` synchronization, but not yet exposed via `std::arch`. r? libs
…-detected, r=Mark-Simulacrum expose `is_s390x_feature_detected!` from `std::arch` tracking issue: rust-lang#135413 implementation: rust-lang/stdarch#1699 (more features added in rust-lang/stdarch#1720) This macro was part of the recent `stdarch` synchronization, but not yet exposed via `std::arch`. r? libs
The new machines IBM z17 and IBM LinuxONE Emperor 5 were recently announced. These machines implement the This architecture level provides a number of new architecture features. LLVM supports the following:
It would be good to add (a subset of?) those to the list of features supported by Rust as well. However, the Linux kernel maintainers decided to no longer provide new HWCAP bits for these features. Instead, users are encouraged to determine presence of those features via the This means the Rust implementation should be changed to primarily use Is this feature the proper place to discuss this, or should I open another one? |
Feature gate:
#![feature(stdarch_s390x_feature_detection)]
This is a tracking issue for SystemZ target feature detection.
Public API
Steps / History
is_s390x_feature_detected
stdarch#1699Unresolved Questions
@rustbot label O-SystemZ
Footnotes
https://std-dev-guide.rust-lang.org/feature-lifecycle/stabilization.html ↩
The text was updated successfully, but these errors were encountered: