https://doc.rust-lang.org/stable/core/arch/x86/fn._mm_mask_cvtps_ph.html
_mm_mask_cvtps_ph in core::arch::x86 - Rust
Convert packed single-precision (32-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst...
mmmaskphcorearch
https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_cvtps_ph.html
_mm512_maskz_cvtps_ph in core::arch::x86 - Rust
Convert packed single-precision (32-bit) floating-point elements in a to packed half-precision (16-bit) floating-point elements, and store the results in dst...
phcorearchrust
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_cvtps_pd.html
_mm256_cvtps_pd in core::arch::x86_64 - Rust
Converts packed single-precision (32-bit) floating-point elements in `a` to packed double-precision (64-bit) floating-point elements.
pdcorearchrust
https://doc.rust-lang.org/core/arch/x86/fn._mm_maskz_cvtps_epu64.html
_mm_maskz_cvtps_epu64 in core::arch::x86 - Rust
Convert packed single-precision (32-bit) floating-point elements in a to packed unsigned 64-bit integers, and store the results in dst using zeromask k...
mmcorearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm256_mask_cvtps_epu64.html
_mm256_mask_cvtps_epu64 in core::arch::x86 - Rust
Convert packed single-precision (32-bit) floating-point elements in a to packed unsigned 64-bit integers, and store the results in dst using writemask k...
maskcorearchrust
https://doc.rust-lang.org/core/arch/x86/fn._mm512_mask_cvtps_epu64.html
_mm512_mask_cvtps_epu64 in core::arch::x86 - Rust
Convert packed single-precision (32-bit) floating-point elements in a to packed unsigned 64-bit integers, and store the results in dst using writemask k...
maskcorearchrust