Skip to documentation
SLOP

tiny.simd.rol

Reference tiny.simd rol

Defined in rotate.

Called byCallstest sourcelib.simd.src.rotatetest: Highway variable rotations mask...private sourcelib.simd.src.rotateUnsignedVectorprivate sourcelib.simd.src.rotaterotateLeftBitsprivate sourcelib.simd.src.rotatevalidaterotaterol
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/rotate.zig:38

zig
pub fn rol(comptime D: type, value: D.Vector, amounts: D.Vector) D.Vector {    validate(D);    const raw: UnsignedVector(D) = @bitCast(amounts);    return rotateLeftBits(D, value, raw);}

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

zig
pub const rol = rotate.rol;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433