Robuta

https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm512_mask_cvtusepi64_storeu_epi8.html _mm512_mask_cvtusepi64_storeu_epi8 in core::arch::x86 - Rust Convert packed unsigned 64-bit integers in a to packed 8-bit integers with unsigned saturation, and store the active results (those with their respective bit... maskcorearchrust https://doc.rust-lang.org/core/arch/x86/fn._mm_mask_cvtusepi64_epi32.html _mm_mask_cvtusepi64_epi32 in core::arch::x86 - Rust Convert packed unsigned 64-bit integers in a to packed unsigned 32-bit integers with unsigned saturation, and store the results in dst using writemask k... mmmaskcorearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_cvtusepi64_epi8.html _mm512_cvtusepi64_epi8 in core::arch::x86 - Rust Convert packed unsigned 64-bit integers in a to packed unsigned 8-bit integers with unsigned saturation, and store the results in dst. corearchrust https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_cvtusepi64_epi32.html _mm512_cvtusepi64_epi32 in core::arch::x86 - Rust Convert packed unsigned 64-bit integers in a to packed unsigned 32-bit integers with unsigned saturation, and store the results in dst. corearchrust https://doc.rust-lang.org/nightly/core/arch/x86_64/fn._mm_mask_cvtusepi64_storeu_epi32.html _mm_mask_cvtusepi64_storeu_epi32 in core::arch::x86_64 - Rust Convert packed unsigned 64-bit integers in a to packed 32-bit integers with unsigned saturation, and store the active results (those with their respective bit... mmmask