Function core::arch::x86::_mm256_extractf128_ps1.27.0[][src]

pub unsafe fn _mm256_extractf128_ps<const IMM1: i32>(a: __m256) -> __m128
This is supported on x86 and target feature avx only.
Expand description

a 提取 128 位 (由 4 个包装的单精度 (32-bit) 浮点元素组成),并用 imm8 选择。

Intel’s documentation