Skip to documentation
SLOP

tiny.simd.maskedGatherIndex

Reference tiny.simd maskedGatherIndex

Defined in indexed.

Called byCallsNo direct callersindexedmaskedGatherIndexOrindexedmaskedGatherIndex
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn maskedGatherIndex(    comptime D: type,    mask: D.Mask,    base: []const D.Lane,    indices: anytype,) D.Vector {    return maskedGatherIndexOr(D, @splat(0), mask, base, indices);}

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

zig
pub const maskedGatherIndex = indexed.maskedGatherIndex;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433