tiny.simd.maskedGatherIndex
Defined in indexed.
Source
Source: lib/simd/src/indexed.zig:118
zig
pub fn maskedGatherIndex( comptime D: type, mask: D.Mask, base: []const D.Lane, indices: anytype,) D.Vector { return maskedGatherIndexOr(D, @splat(0), mask, base, indices);}Source: lib/simd/src/root.zig:276
zig
pub const maskedGatherIndex = indexed.maskedGatherIndex;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |