rust/library/std/tests
Kajetan Puchalski c3518067c7 rustc_target: Add SME aarch64 features
Add SME aarch64 features already supported by LLVM and Linux.

This commit adds compiler support for the following features:

- 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
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 SME 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