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