rust/compiler/rustc_feature/src
Stuart Cook 5b0f658922
Rollup merge of #138003 - sayantn:new-amx, r=Amanieu
Add the new `amx` target features and the `movrs` target feature

Adds 5 new `amx` target features included in LLVM20. These are guarded under `x86_amx_intrinsics` (#126622)

 - `amx-avx512`
 - `amx-fp8`
 - `amx-movrs`
 - `amx-tf32`
 - `amx-transpose`

Adds the `movrs` target feature (from #137976).

`@rustbot` label O-x86_64 O-x86_32 T-compiler A-target-feature
r? `@Amanieu`
2025-04-02 13:10:36 +11:00
..
accepted.rs Stabilize precise_capturing_in_traits 2025-03-23 14:11:04 +00:00
builtin_attrs.rs Remove attribute #[rustc_error] 2025-03-30 01:32:21 +03:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-11 13:14:21 +11:00
removed.rs remove feature(inline_const_pat) 2025-03-21 09:35:31 +01:00
tests.rs rustc_feature: Avoid unsafe std::env::set_var() in UnstableFeatures tests 2025-01-08 11:37:19 +01:00
unstable.rs Rollup merge of #138003 - sayantn:new-amx, r=Amanieu 2025-04-02 13:10:36 +11:00