tiny.simd.lookup16
Defined in table.
Source
Source: lib/simd/src/table.zig:89
zig
pub fn lookup16(comptime D: type, table: []const D.Lane, indices: anytype) D.Vector { return lookupN(D, 16, table, indices);}Source: lib/simd/src/root.zig:880
zig
pub const lookup16 = table.lookup16;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |