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
601 stars 267 forks source link

[x86 SSE4.1] Correct `_mm_insert_ps` documentation #1543

Closed kadiwa4 closed 7 months ago

kadiwa4 commented 7 months ago

Reported in rust-lang/rust#103058.

I searched for _mm_insert_ps in the rust repo and the behavior seems to be correct everywhere. Only this doc comment was messed up.

Intel's documentation

rustbot commented 7 months ago

Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @Amanieu (or someone else) some time within the next two weeks.