tiny.simd.rotateLeftSame
Defined in rotate.
Source
Source: lib/simd/src/rotate.zig:26
zig
pub fn rotateLeftSame(comptime D: type, value: D.Vector, amount: i32) D.Vector { validate(D); const normalized: UnsignedLane(D) = @intCast(@mod(amount, @bitSizeOf(D.Lane))); return rotateLeftBits(D, value, @splat(normalized));}Source: lib/simd/src/root.zig:757
zig
pub const rotateLeftSame = rotate.rotateLeftSame;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |