Skip to documentation
SLOP

tiny.simd.maskedSubOr

Reference tiny.simd maskedSubOr

Defined in arithmetic.

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

Source

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

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

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

zig
pub const maskedSubOr = arithmetic.maskedSubOr;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433