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