tiny.simd.rol
Defined in rotate.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |