Robuta

https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm256_extractf32x4_ps.html _mm256_extractf32x4_ps in core::arch::x86 - Rust Extract 128 bits (composed of 4 packed single-precision (32-bit) floating-point elements) from a, selected with imm8, and store the result in dst. pscorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_extractf32x4_ps.html _mm256_maskz_extractf32x4_ps in core::arch::x86 - Rust Extract 128 bits (composed of 4 packed single-precision (32-bit) floating-point elements) from a, selected with imm8, and store the results in dst using... pscorearchrust