Skip to documentation
SLOP

tiny.simd.packBitsFrame

Reference tiny.simd packBitsFrame

Defined in bitpack.

Called byCallsNo direct callersprivate sourcelib.simd.src.bitpackpackBlockprivate sourcelib.simd.src.bitpackrequireFrameLanebitpackpackFrame
Static calls · unresolved targets: 0 · external targets: 0.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433