stdsimd-verify should verify that each intrinsic is tested
Open
Nobody has claimed this yet.
A-testing
- Dominant language
- Rust
- Stars
- 694
- Forks
- 336
- Avg merge
- 5d 14h
- Merged PRs (30d)
- 9
Description
stdsimd-verify should check that each intrinsic has a #[simd_test] with name test_intrinsicname.
Contributor guide
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 locating the stdsimd-verify entry point and the existing handling of #[simd_test] functions. Determine how intrinsic names are discovered, then make verification report any intrinsic without a test named test_intrinsicname; finish by running the verifier's existing checks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- testing-qa, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100