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