Skip to documentation
SLOP

tiny.simd.pairwiseAdd128

Reference tiny.simd pairwiseAdd128

Defined in arithmetic.

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

Source

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

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

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

zig
pub const pairwiseAdd128 = arithmetic.pairwiseAdd128;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433