Skip to documentation
SLOP

tiny.simd.ror

Reference tiny.simd ror

Defined in rotate.

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

Source

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

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

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

zig
pub const ror = rotate.ror;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433