Skip to documentation
SLOP

tiny.simd.tableLookupBytes

Reference tiny.simd tableLookupBytes

Defined in table.

Called byCallstest sourcelib.simd.src.tabletest: Highway byte table lookup is bl...test sourcelib.simd.src.tabletest: Highway mixed byte tables and s...private sourcelib.simd.src.tablelookupBytestabletableLookupBytes
Static calls · unresolved targets: 0 · external targets: 0.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433