Skip to documentation
SLOP

tiny.simd.maskedMax

Reference tiny.simd maskedMax

Defined in arithmetic.

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

Source

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

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

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

zig
pub const maskedMax = arithmetic.maskedMax;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433