Skip to documentation
SLOP

tiny.simd.max

Reference tiny.simd max

Defined in arithmetic.

Called byCallsNo direct callsarithmeticclamparithmeticmaskedMaxarithmeticmaskedMaxOrarithmeticmaxNumberarithmeticmax
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn max(comptime D: type, a: D.Vector, b: D.Vector) D.Vector {    return @select(D.Lane, a > b, a, b);}

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

zig
pub const max = arithmetic.max;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433