tiny.simd.zipLower
Defined in block.
Source
Source: lib/simd/src/block.zig:32
zig
pub fn zipLower(comptime D: type, a: D.Vector, b: D.Vector) D.repartition(wideInteger(D.Lane)).Vector { return @bitCast(interleaveLower(D, a, b));}Source: lib/simd/src/root.zig:846
zig
pub const zipLower = block.zipLower;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |