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