Robuta

https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm512_mask_inserti32x8.html _mm512_mask_inserti32x8 in core::arch::x86_64 - Rust Copy a to tmp, then insert 256 bits (composed of 8 packed 32-bit integers) from b into tmp at the location specified by IMM8, and copy tmp to dst using... maskcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm512_inserti32x8.html _mm512_inserti32x8 in core::arch::x86 - Rust Copy a to dst, then insert 256 bits (composed of 8 packed 32-bit integers) from b into dst at the location specified by IMM8. corearchrust