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