about summary refs log tree commit diff
path: root/compiler/rustc_errors/src/styled_buffer.rs
diff options
context:
space:
mode:
authorJubilee <workingjubilee@gmail.com>2024-08-28 19:12:49 -0700
committerGitHub <noreply@github.com>2024-08-28 19:12:49 -0700
commit4c8c9e092d006aae7fecc93c432fe3bce1f46d04 (patch)
tree2b2d732dd3a57c86d9709ea8cc96dc21a140d378 /compiler/rustc_errors/src/styled_buffer.rs
parentacb4e8b6251f1d8da36f08e7a70fa23fc581839e (diff)
parent0f871b5baac8b8c77d67eca1f285801104518cfe (diff)
downloadrust-4c8c9e092d006aae7fecc93c432fe3bce1f46d04.tar.gz
rust-4c8c9e092d006aae7fecc93c432fe3bce1f46d04.zip
Rollup merge of #128192 - mrkajetanp:feature-detect, r=Amanieu
rustc_target: Add various aarch64 features

Add various aarch64 features already supported by LLVM and Linux.
Additionally include some comment fixes to ensure consistency of feature names with the Arm ARM.
Compiler support for features added to stdarch by https://github.com/rust-lang/stdarch/pull/1614.
Tracking issue for unstable aarch64 features is https://github.com/rust-lang/rust/issues/127764.

List of added features:

- FEAT_CSSC
- FEAT_ECV
- FEAT_FAMINMAX
- FEAT_FLAGM2
- FEAT_FP8
- FEAT_FP8DOT2
- FEAT_FP8DOT4
- FEAT_FP8FMA
- FEAT_HBC
- FEAT_LSE128
- FEAT_LSE2
- FEAT_LUT
- FEAT_MOPS
- FEAT_LRCPC3
- FEAT_SVE_B16B16
- FEAT_SVE2p1
- FEAT_WFxT
- FEAT_SME
- FEAT_SME_F16F16
- FEAT_SME_F64F64
- FEAT_SME_F8F16
- FEAT_SME_F8F32
- FEAT_SME_FA64
- FEAT_SME_I16I64
- FEAT_SME_LUTv2
- FEAT_SME2
- FEAT_SME2p1
- FEAT_SSVE_FP8DOT2
- FEAT_SSVE_FP8DOT4
- FEAT_SSVE_FP8FMA

FEAT_FPMR is added in the first commit and then removed in a separate one to highlight it being removed from upstream LLVM 19. The intention is for it to be detectable at runtime through stdarch but not have a corresponding Rust compile-time feature.
Diffstat (limited to 'compiler/rustc_errors/src/styled_buffer.rs')
0 files changed, 0 insertions, 0 deletions