Skip to documentation
SLOP

tiny.simd.mulComplexAdd

Reference tiny.simd mulComplexAdd

Defined in complex.

Called byCallstest sourcelib.simd.src.complextest: Highway complex arithmetic inst...test sourcelib.simd.src.complextest: Highway complex multiply conjug...private sourcelib.simd.src.complexmultiplycomplexmulComplexAdd
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/complex.zig:20

zig
pub fn mulComplexAdd(comptime D: type, a: D.Vector, b: D.Vector, c: D.Vector) D.Vector {    return multiply(D, a, b, false, c);}

Source: lib/simd/src/root.zig:632

zig
pub const mulComplexAdd = complex.mulComplexAdd;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433