https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm_mask_cvtepi64_storeu_epi32.html
_mm_mask_cvtepi64_storeu_epi32 in core::arch::x86_64 - Rust
Convert packed 64-bit integers in a to packed 32-bit integers with truncation, and store the active results (those with their respective bit set in writemask...
mmmask
https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm256_maskz_cvtepi64_ps.html
_mm256_maskz_cvtepi64_ps in core::arch::x86 - Rust
Convert packed signed 64-bit integers in a to packed single-precision (32-bit) floating-point elements, and store the results in dst using zeromask k (elements...
pscorearchrust
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_mask_cvtepi64_storeu_epi32.html
_mm256_mask_cvtepi64_storeu_epi32 in core::arch::x86_64 - Rust
Convert packed 64-bit integers in a to packed 32-bit integers with truncation, and store the active results (those with their respective bit set in writemask...
mask
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm_cvtepi64_epi32.html
_mm_cvtepi64_epi32 in core::arch::x86_64 - Rust
Convert packed 64-bit integers in a to packed 32-bit integers with truncation, and store the results in dst.
mmcorearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_cvtepi64_ph.html
_mm_maskz_cvtepi64_ph in core::arch::x86 - Rust
Convert packed signed 64-bit integers in a to packed half-precision (16-bit) floating-point elements, and store the results in dst using zeromask k (elements...
mmphcorearchrust
https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm_maskz_cvtepi64_pd.html
_mm_maskz_cvtepi64_pd in core::arch::x86 - Rust
Convert packed signed 64-bit integers in a to packed double-precision (64-bit) floating-point elements, and store the results in dst using zeromask k (elements...
mmpdcorearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_cvtepi64_epi8.html
_mm_maskz_cvtepi64_epi8 in core::arch::x86 - Rust
Convert packed 64-bit integers in a to packed 8-bit integers with truncation, and store the results in dst using zeromask k (elements are zeroed out when the...
mmcorearchrust
https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_cvtepi64_ph.html
_mm_maskz_cvtepi64_ph in core::arch::x86 - Rust
Convert packed signed 64-bit integers in a to packed half-precision (16-bit) floating-point elements, and store the results in dst using zeromask k (elements...
mmphcorearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_mask_cvtepi64_epi32.html
_mm256_mask_cvtepi64_epi32 in core::arch::x86 - Rust
Convert packed 64-bit integers in a to packed 32-bit integers with truncation, and store the results in dst using writemask k (elements are copied from src...
maskcorearchrust