Skip to documentation
SLOP

tiny.simd.concatLowerLower

Reference tiny.simd concatLowerLower

Defined in lanes.

Called byCallstest sourcelib.simd.src.lanestest: Highway whole-vector concatenat...private sourcelib.simd.src.testverifyLayoutOraclelanescombinelaneslowerHalflanesconcatLowerLower
Static calls · unresolved targets: 1 · external targets: 0.

Source

Source: lib/simd/src/lanes.zig:43

zig
pub fn concatLowerLower(comptime D: type, high: D.Vector, low: D.Vector) D.Vector {    const H = D.half();    return combine(D, lowerHalf(H, high), lowerHalf(H, low));}

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

zig
pub const concatLowerLower = lanes.concatLowerLower;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433