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
598 stars 255 forks source link

Fixed `_mm256_cvtsd_f64` #1579

Closed sayantn closed 1 month ago

sayantn commented 1 month ago

This intrinsic should have target_feature AVX, (according to Intel Intrinsics Guide) but had AVX2 (Issue)

rustbot commented 1 month 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.