Skip to documentation
SLOP

tiny.simd.maskedMaxOr

Reference tiny.simd maskedMaxOr

Defined in arithmetic.

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

Source

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

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

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

zig
pub const maskedMaxOr = arithmetic.maskedMaxOr;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433