https://doc.rust-lang.org/core/arch/x86/fn._mm512_maskz_cvtt_roundph_epi32.html
_mm512_maskz_cvtt_roundph_epi32 in core::arch::x86 - Rust
Convert packed half-precision (16-bit) floating-point elements in a to packed 32-bit integers with truncation, and store the results in dst using zeromask k...
corearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_cvtt_roundpd_epi64.html
_mm512_cvtt_roundpd_epi64 in core::arch::x86 - Rust
Convert packed double-precision (64-bit) floating-point elements in a to packed signed 64-bit integers with truncation, and store the result in dst. Exceptions...
corearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_cvtt_roundps_epi64.html
_mm512_cvtt_roundps_epi64 in core::arch::x86 - Rust
Convert packed single-precision (32-bit) floating-point elements in a to packed signed 64-bit integers with truncation, and store the result in dst. Exceptions...
corearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_cvtt_ss2si.html
_mm_cvtt_ss2si in core::arch::x86 - Rust
Alias for `_mm_cvttss_si32`.
mmcorearchrust
https://doc.rust-lang.org/core/arch/x86/fn._mm_cvtt_roundss_si32.html
_mm_cvtt_roundss_si32 in core::arch::x86 - Rust
Convert the lower single-precision (32-bit) floating-point element in a to a 32-bit integer with truncation, and store the result in dst. Exceptions can be...
mmcorearchrust
https://doc.rust-lang.org/core/arch/x86/fn._mm512_cvtt_roundph_epu16.html
_mm512_cvtt_roundph_epu16 in core::arch::x86 - Rust
Convert packed half-precision (16-bit) floating-point elements in a to packed unsigned 16-bit integers with truncation, and store the results in dst.
corearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_maskz_cvtt_roundph_epi64.html
_mm512_maskz_cvtt_roundph_epi64 in core::arch::x86 - Rust
Convert packed half-precision (16-bit) floating-point elements in a to packed 64-bit integers with truncation, and store the results in dst using zeromask k...
corearchrust
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm_cvtt_roundsd_u32.html
_mm_cvtt_roundsd_u32 in core::arch::x86_64 - Rust
Convert the lower double-precision (64-bit) floating-point element in a to an unsigned 32-bit integer with truncation, and store the result in dst. Exceptions...
mmcorearchrust