tiny.simd.packBitsFrame
Defined in bitpack.
Source
Source: lib/simd/src/bitpack.zig:48
zig
pub fn packFrame( comptime D: type, comptime bits: usize, raw: []const D.Lane, packed_output: []D.Lane, frame: D.Lane,) void { requireFrameLane(D.Lane); packBlock(D, bits, raw, packed_output, frame, .frame_of_reference);}Source: lib/simd/src/root.zig:486
zig
pub const packBitsFrame = bitpack.packFrame;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |