tiny.simd.maskedAdd
Defined in arithmetic.
Source
Source: lib/simd/src/arithmetic.zig:320
zig
pub fn maskedAdd(comptime D: type, mask: D.Mask, a: D.Vector, b: D.Vector) D.Vector { return maskedZero(D, mask, add(D, a, b));}Source: lib/simd/src/root.zig:324
zig
pub const maskedAdd = arithmetic.maskedAdd;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |