https://doc.rust-lang.org/core/arch/x86/fn._mm512_fnmadd_round_pd.html
_mm512_fnmadd_round_pd in core::arch::x86 - Rust
Multiply packed double-precision (64-bit) floating-point elements in a and b, add the negated intermediate result to packed elements in c, and store the...
roundpdcorearchrust
https://doc.rust-lang.org/core/arch/x86/fn._mm_mask3_fnmadd_round_sh.html
_mm_mask3_fnmadd_round_sh in core::arch::x86 - Rust
Multiply the lower half-precision (16-bit) floating-point elements in a and b, and subtract the intermediate result from the lower element in c. Store the...
mmroundshcorearch
https://doc.rust-lang.org/core/arch/x86/fn._mm256_maskz_fnmadd_ps.html
_mm256_maskz_fnmadd_ps in core::arch::x86 - Rust
Multiply packed single-precision (32-bit) floating-point elements in a and b, add the negated intermediate result to packed elements in c, and store the...
pscorearchrust
https://doc.rust-lang.org/nightly/core/arch/x86_64/fn._mm512_fnmadd_pd.html
_mm512_fnmadd_pd in core::arch::x86_64 - Rust
Multiply packed double-precision (64-bit) floating-point elements in a and b, add the negated intermediate result to packed elements in c, and store the...
pdcorearchrust
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm_mask_fnmadd_ss.html
_mm_mask_fnmadd_ss in core::arch::x86_64 - Rust
Multiply the lower single-precision (32-bit) floating-point elements in a and b, and add the negated intermediate result to the lower element in c. Store the...
mmmasksscorearch
https://doc.rust-lang.org/core/arch/x86/fn._mm512_fnmadd_ps.html
_mm512_fnmadd_ps in core::arch::x86 - Rust
Multiply packed single-precision (32-bit) floating-point elements in a and b, add the negated intermediate result to packed elements in c, and store the...
pscorearchrust
https://doc.rust-lang.org/nightly/core/arch/x86/fn._mm256_fnmadd_pd.html
_mm256_fnmadd_pd in core::arch::x86 - Rust
Multiplies packed double-precision (64-bit) floating-point elements in `a` and `b`, and add the negated intermediate result to packed elements in `c`.
pdcorearchrust
https://doc.rust-lang.org/stable/core/arch/x86/fn._mm512_maskz_fnmadd_round_ph.html
_mm512_maskz_fnmadd_round_ph in core::arch::x86 - Rust
Multiply packed half-precision (16-bit) floating-point elements in a and b, subtract the intermediate result from packed elements in c, and store the results...
roundphcorearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_maskz_fnmadd_sh.html
_mm_maskz_fnmadd_sh in core::arch::x86 - Rust
Multiply the lower half-precision (16-bit) floating-point elements in a and b, and subtract the intermediate result from the lower element in c. Store the...
mmshcorearchrust
https://doc.rust-lang.org/stable/core/arch/x86_64/fn._mm256_mask3_fnmadd_pd.html
_mm256_mask3_fnmadd_pd in core::arch::x86_64 - Rust
Multiply packed double-precision (64-bit) floating-point elements in a and b, add the negated intermediate result to packed elements in c, and store the...
pdcorearchrust
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm_mask3_fnmadd_round_ss.html
_mm_mask3_fnmadd_round_ss in core::arch::x86 - Rust
Multiply the lower single-precision (32-bit) floating-point elements in a and b, and add the negated intermediate result to the lower element in c. Store the...
mmroundsscorearch
https://doc.rust-lang.org/beta/core/arch/x86/fn._mm512_mask_fnmadd_round_ps.html
_mm512_mask_fnmadd_round_ps in core::arch::x86 - Rust
Multiply packed single-precision (32-bit) floating-point elements in a and b, add the negated intermediate result to packed elements in c, and store the...
maskroundpscorearch
https://doc.rust-lang.org/nightly/core/arch/x86_64/fn._mm512_mask_fnmadd_round_pd.html
_mm512_mask_fnmadd_round_pd in core::arch::x86_64 - Rust
Multiply packed double-precision (64-bit) floating-point elements in a and b, add the negated intermediate result to packed elements in c, and store the...
maskroundpd