Skip to documentation
SLOP

tiny.simd.maskedSub

Reference tiny.simd maskedSub

Defined in arithmetic.

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

Source

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

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

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

zig
pub const maskedSub = arithmetic.maskedSub;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433