Function _mm256_extractf128_ps

#[target_feature(enable = "avx")]
pub const fn _mm256_extractf128_ps(a: __m256, IMM1: i32) -> __m128

Extracts 128 bits (composed of 4 packed single-precision (32-bit) floating-point elements) from a, selected with imm8.

Intel's documentation