Skip to documentation
SLOP

tiny.simd.gatherIndexN

Reference tiny.simd gatherIndexN

Defined in indexed.

Called byCallstest sourcelib.simd.src.indexedtest: Highway indexed gather and scat...indexedgatherIndexNOrindexedgatherIndexN
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/indexed.zig:77

zig
pub fn gatherIndexN(    comptime D: type,    base: []const D.Lane,    indices: anytype,    count: usize,) D.Vector {    return gatherIndexNOr(D, @splat(0), base, indices, count);}

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

zig
pub const gatherIndexN = indexed.gatherIndexN;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433