Skip to documentation
SLOP

tiny.simd.max128

Reference tiny.simd max128

Defined in arithmetic.

Called byCallstest sourcelib.simd.src.arithmetictest: Highway 128-bit extrema compare...private sourcelib.simd.src.arithmeticchoose128arithmeticmax128
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn max128(comptime D: type, a: D.Vector, b: D.Vector) D.Vector {    return choose128(D, a, b, true, false);}

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

zig
pub const max128 = arithmetic.max128;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433