Skip to documentation
SLOP

tiny.simd.maskedMul

Reference tiny.simd maskedMul

Defined in arithmetic.

Called byCallsNo direct callersprivate sourcelib.simd.src.arithmeticmaskedZeroarithmeticmularithmeticmaskedMul
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/arithmetic.zig:328

zig
pub fn maskedMul(comptime D: type, mask: D.Mask, a: D.Vector, b: D.Vector) D.Vector {    return maskedZero(D, mask, mul(D, a, b));}

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

zig
pub const maskedMul = arithmetic.maskedMul;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433