tiny.simd.rotateRight
Defined in rotate.
Source
Source: lib/simd/src/rotate.zig:15
zig
pub fn rotateRight( comptime D: type, comptime amount: usize, value: D.Vector,) D.Vector { validate(D); validateAmount(D, amount); const amounts: UnsignedVector(D) = @splat(amount); return rotateRightBits(D, value, amounts);}Source: lib/simd/src/root.zig:756
zig
pub const rotateRight = rotate.rotateRight;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |