tiny.simd.setTableIndices
Defined in table.
Source
Source: lib/simd/src/table.zig:42
zig
pub fn setTableIndices( comptime D: type, input: []const indexLane(D),) D.rebind(indexLane(D)).Vector { std.debug.assert(input.len >= D.lane_count); return @as(D.rebind(indexLane(D)).Vector, input[0..D.lane_count].*);}Source: lib/simd/src/root.zig:876
zig
pub const setTableIndices = table.setTableIndices;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |