rust/compiler/rustc_target/src
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
..
abi Make ArgAbi::make_indirect_force more specific 2024-08-21 02:43:12 +01:00
asm Add f16 and f128 inline ASM support for aarch64 2024-08-25 00:13:25 +01:00
spec Remove reserve-x18 from armv7-unknown-trusty 2024-08-23 16:26:20 -07:00
json.rs Add metadata to targets 2024-03-10 20:46:08 +01:00
lib.rs Update std and compiler 2024-08-10 12:07:17 +02:00
target_features.rs rustc_target: Add SME aarch64 features 2024-08-27 11:11:47 +01:00
tests.rs Use serde_json for target spec json 2022-06-03 16:46:19 +00:00