Skip to documentation
SLOP

tiny.simd.canLookup16

Reference tiny.simd canLookup16

Defined in table.

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

Source

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

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

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

zig
pub const canLookup16 = table.canLookup16;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433