Skip to documentation
SLOP

tiny.simd.maskedSatSubOr

Reference tiny.simd maskedSatSubOr

Defined in arithmetic.

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

Source

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

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

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

zig
pub const maskedSatSubOr = arithmetic.maskedSatSubOr;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433