Some new target features were added to Rust - [x] `sha512`, `sm3` and `sm4` (added in #1181) - [ ] `avxifma`, `avxvnni`, `avxvnniint8`, `avxvnniint16` and `avxneconvert` (rust-lang/rust#126617) - [ ] `amx-tile`, `amx-int8`, `amx-bf16`, `amx-fp16` and `amx-complex` (rust-lang/rust#126639) - [ ] many new AArch64 target features (rust-lang/rust#128192)
Some new target features were added to Rust
sha512,sm3andsm4(added in cpufeatures: x86 support of sha512, sm3, sm4 #1181)avxifma,avxvnni,avxvnniint8,avxvnniint16andavxneconvert(Expandavx512_target_featureto include VEX variants rust-lang/rust#126617)amx-tile,amx-int8,amx-bf16,amx-fp16andamx-complex(Add AMX target-features andx86_amx_intrinsicsfeature flag rust-lang/rust#126639)