rust/compiler/rustc_codegen_ssa
Dylan DPC 07121c88ad
Rollup merge of #93745 - tarcieri:stabilize-adx, r=cjgillot
Stabilize ADX target feature

This is a continuation of #60109, which noted that while the ADX intrinsics were stabilized, the corresponding target feature never was.

This PR follows the same general structure and stabilizes the ADX target feature.

See also https://github.com/rust-lang/rust/issues/44839 - tracking issue for target feature
2022-03-17 22:55:01 +01:00
..
src Rollup merge of #93745 - tarcieri:stabilize-adx, r=cjgillot 2022-03-17 22:55:01 +01:00
Cargo.toml Update itertools 2022-03-04 11:54:28 -06:00
README.md

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.