Function _mm256_castps_pd

#[target_feature(enable = "avx")]
pub const fn _mm256_castps_pd(a: __m256) -> __m256d

Cast vector of type __m256 to type __m256d.

Intel's documentation