Skip to documentation
SLOP

tiny.simd.min

Reference tiny.simd min

Defined in arithmetic.

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

Source

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

zig
pub fn min(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:291

zig
pub const min = arithmetic.min;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433