tiny.simd.concatLowerLower
Defined in lanes.
Source
Source: lib/simd/src/lanes.zig:43
zig
pub fn concatLowerLower(comptime D: type, high: D.Vector, low: D.Vector) D.Vector { const H = D.half(); return combine(D, lowerHalf(H, high), lowerHalf(H, low));}Source: lib/simd/src/root.zig:782
zig
pub const concatLowerLower = lanes.concatLowerLower;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |