https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_rcp14_pd.html
_mm512_rcp14_pd in core::arch::x86 - Rust
Compute the approximate reciprocal of packed double-precision (64-bit) floating-point elements in a, and store the results in dst. The maximum relative error...
pdcorearchrust
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_maskz_rcp14_pd.html
_mm256_maskz_rcp14_pd in core::arch::x86_64 - Rust
Compute the approximate reciprocal of packed double-precision (64-bit) floating-point elements in a, and store the results in dst using zeromask k (elements...
pdcorearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_rcp14_ps.html
_mm_rcp14_ps in core::arch::x86 - Rust
Compute the approximate reciprocal of packed single-precision (32-bit) floating-point elements in a, and store the results in dst. The maximum relative error...
mmpscorearchrust
https://doc.rust-lang.org/stable/core/arch/x86/fn._mm_mask_rcp14_ss.html
_mm_mask_rcp14_ss in core::arch::x86 - Rust
Compute the approximate reciprocal of the lower single-precision (32-bit) floating-point element in b, store the result in the lower element of dst using...
mmmasksscorearch
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_rcp14_ps.html
_mm256_rcp14_ps in core::arch::x86_64 - Rust
Compute the approximate reciprocal of packed single-precision (32-bit) floating-point elements in a, and store the results in dst. The maximum relative error...
pscorearchrust
https://doc.rust-lang.org/core/arch/x86/fn._mm256_mask_rcp14_ps.html
_mm256_mask_rcp14_ps in core::arch::x86 - Rust
Compute the approximate reciprocal of packed single-precision (32-bit) floating-point elements in a, and store the results in dst using writemask k (elements...
maskpscorearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_mask_rcp14_ps.html
_mm_mask_rcp14_ps in core::arch::x86 - Rust
Compute the approximate reciprocal of packed single-precision (32-bit) floating-point elements in a, and store the results in dst using writemask k (elements...
mmmaskpscorearch