tiny.simd.lookup32
Defined in table.
Source
Source: lib/simd/src/table.zig:93
zig
pub fn lookup32(comptime D: type, table: []const D.Lane, indices: anytype) D.Vector { return lookupN(D, 32, table, indices);}Source: lib/simd/src/root.zig:881
zig
pub const lookup32 = table.lookup32;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |