tiny.simd.maskedMulFixedPoint15
Defined in multiply.
Source
Source: lib/simd/src/multiply.zig:247
zig
pub fn maskedMulFixedPoint15(comptime D: type, mask: D.Mask, a: D.Vector, b: D.Vector) D.Vector { return @select(D.Lane, mask, mulFixedPoint15(D, a, b), @as(D.Vector, @splat(0)));}Source: lib/simd/src/root.zig:355
zig
pub const maskedMulFixedPoint15 = multiply.maskedMulFixedPoint15;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |