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