Skip to documentation
SLOP

tiny.simd.canLookup8

Reference tiny.simd canLookup8

Defined in table.

Called byCallsNo direct callstest sourcelib.simd.src.tabletest: Highway mixed byte tables and s...tablecanLookup8
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/table.zig:97

zig
pub fn canLookup8(comptime D: type) bool {    _ = D;    return true;}

Source: lib/simd/src/root.zig:882

zig
pub const canLookup8 = table.canLookup8;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433