Skip to documentation
SLOP

tiny.simd.pairwiseSub128

Reference tiny.simd pairwiseSub128

Defined in arithmetic.

Called byCallstest sourcelib.simd.src.arithmetictest: Highway 128-bit pairwise arithm...private sourcelib.simd.src.arithmeticverifyPairwiseLaneTypeprivate sourcelib.simd.src.arithmeticpairwise128arithmeticpairwiseSub128
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const pairwiseSub128 = arithmetic.pairwiseSub128;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433