rust-lang / rust-lang/stdarch

stdsimd-verify should verify that each intrinsic is tested

Open
#271 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.