Skip to documentation
SLOP

tiny.simd.maskedMulFixedPoint15

Reference tiny.simd maskedMulFixedPoint15

Defined in multiply.

Called byCallsNo direct callersmultiplymulFixedPoint15multiplymaskedMulFixedPoint15
Static calls · unresolved targets: 0 · external targets: 0.

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

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433