Skip to documentation
SLOP

tiny.simd.max128Upper

Reference tiny.simd max128Upper

Defined in arithmetic.

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

Source

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

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

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

zig
pub const max128Upper = arithmetic.max128Upper;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433