rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
599 stars 264 forks source link

Use generic simd in wasm intrinsics #1606

Closed TDecking closed 2 months ago

rustbot commented 2 months ago

r? @Amanieu

rustbot has assigned @Amanieu. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

CryZe commented 2 months ago

Are there any tests to ensure this doesn't degrade the quality of the emitted instructions?

TDecking commented 2 months ago

assert_instr checks for the presence of a given instruction.