Function core::arch::x86::_mm512_mask_i64gather_ps [−][src]
pub unsafe fn _mm512_mask_i64gather_ps<const SCALE: i32>(
src: __m256,
mask: __mmask8,
offsets: __m512i,
slice: *const u8
) -> __m256
This is supported on x86 and target feature
avx512f
only.Expand description
使用 64 位索引从内存中收集单精度 (32-bit) 浮点元素。从 base_addr 开始的地址加载 32 位元素,并由 vindex 中的每个 64 位元素偏移 (每个索引均按比例因子进行缩放)。使用 writemask k 将收集到的元素合并到 dst (当相应的掩码位未设置时,从 src 复制元素)。小数位数应为 1、2、4 或 8。