os-rust/library/std/tests
Kajetan Puchalski 4f847bd326 rustc_target: Add various aarch64 features
Add various aarch64 features already supported by LLVM and Linux.

The features are marked as unstable using a newly added symbol, i.e.
aarch64_unstable_target_feature.

Additionally include some comment fixes to ensure consistency of
feature names with the Arm ARM and support for architecture version
target features up to v9.5a.

This commit adds compiler support for the following features:

- FEAT_CSSC
- FEAT_ECV
- FEAT_FAMINMAX
- FEAT_FLAGM2
- FEAT_FP8
- FEAT_FP8DOT2
- FEAT_FP8DOT4
- FEAT_FP8FMA
- FEAT_FPMR
- FEAT_HBC
- FEAT_LSE128
- FEAT_LSE2
- FEAT_LUT
- FEAT_MOPS
- FEAT_LRCPC3
- FEAT_SVE_B16B16
- FEAT_SVE2p1
- FEAT_WFxT
2024-08-27 11:11:47 +01:00
..
common Reformat use declarations. 2024-07-29 08:26:52 +10:00
builtin-clone.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
create_dir_all_bare.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
env.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
eq-multidispatch.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
istr.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
log-knows-the-names-of-variants-in-std.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
minmax-stability-issue-23687.rs Run tidy on tests 2024-04-28 18:04:25 -04:00
pipe_subprocess.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
process_spawning.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
run-time-detect.rs rustc_target: Add various aarch64 features 2024-08-27 11:11:47 +01:00
seq-compare.rs Move various stdlib tests to library/std/tests 2024-04-28 16:10:12 -04:00
slice-from-array-issue-113238.rs Move various stdlib tests to library/std/tests 2024-04-28 16:10:12 -04:00
switch-stdout.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00
thread.rs also test parts of std 2024-04-07 10:05:57 +02:00
type-name-unsized.rs Rename test for issue 21058 2024-05-05 10:47:12 -04:00
volatile-fat-ptr.rs Move various stdlib tests to library/std/tests 2024-04-28 16:10:12 -04:00
windows.rs Reformat use declarations. 2024-07-29 08:26:52 +10:00