tiny.simd.gatherIndexN
Defined in indexed.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |