cpufeatures: requesting support for the newly added target features
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 674
- Forks
- 170
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 10
Description
Some new target features were added to Rust
-
sha512,sm3andsm4(added in #1181) -
avxifma,avxvnni,avxvnniint8,avxvnniint16andavxneconvert(rust-lang/rust#126617) -
amx-tile,amx-int8,amx-bf16,amx-fp16andamx-complex(rust-lang/rust#126639) - many new AArch64 target features (rust-lang/rust#128192)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the cpufeatures crate and its existing target-feature support, then compare the unchecked items with rust-lang/rust#126617, rust-lang/rust#126639, and rust-lang/rust#128192. Done means the newly listed x86 and AArch64 target features are supported consistently with the already added sha512, sm3, and sm4 features.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- performance
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100