Skip to documentation
SLOP

tiny.simd.maskedMulSub

Reference tiny.simd maskedMulSub

Defined in arithmetic.

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

Source

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

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

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

zig
pub const maskedMulSub = arithmetic.maskedMulSub;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433