tiny.simd.tableLookupBytes
Defined in table.
Source
Source: lib/simd/src/table.zig:3
zig
pub fn tableLookupBytes(comptime D: type, table: anytype, indices: D.Vector) D.Vector { return lookupBytes(D, false, table, indices);}Source: lib/simd/src/root.zig:872
zig
pub const tableLookupBytes = table.tableLookupBytes;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |