tiny.simd.reorderShiftRightAndDemote2To
Defined in convert.
Source
Source: lib/simd/src/convert.zig:198
zig
pub fn reorderShiftRightAndDemote2To( comptime D: type, comptime amount: usize, a: anytype, b: @TypeOf(a),) D.Vector { const S = sourceDescriptor(@TypeOf(a)); return reorderDemote2To( D, shift.shiftRight(S, amount, a), shift.shiftRight(S, amount, b), );}Source: lib/simd/src/root.zig:820
zig
pub const reorderShiftRightAndDemote2To = convert.reorderShiftRightAndDemote2To;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |