Skip to documentation
SLOP

tiny.simd.shiftRightBytes

Reference tiny.simd shiftRightBytes

Defined in block.

Called byCallstest sourcelib.simd.src.blocktest: Highway block shifts zero fill ...private sourcelib.simd.src.blockverifyBlockLaneTypeprivate sourcelib.simd.src.blockshiftBytesblockshiftRightBytes
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/block.zig:44

zig
pub fn shiftRightBytes(comptime D: type, comptime amount: usize, value: D.Vector) D.Vector {    return shiftBytes(D, amount, false, value);}

Source: lib/simd/src/root.zig:849

zig
pub const shiftRightBytes = block.shiftRightBytes;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433