tiny.simd.maskedShiftRightOr
Defined in shift.
Source
Source: lib/simd/src/shift.zig:104
zig
pub fn maskedShiftRightOr( comptime D: type, comptime amount: usize, no: D.Vector, mask: D.Mask, value: D.Vector,) D.Vector { return @select(D.Lane, mask, shiftRight(D, amount, value), no);}Source: lib/simd/src/root.zig:748
zig
pub const maskedShiftRightOr = shift.maskedShiftRightOr;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |