Skip to documentation
SLOP

tiny.simd.mul

Reference tiny.simd mul

Defined in arithmetic.

Called byCallsarithmeticmaskedMularithmeticmaskedMulOrarithmeticmulAddarithmeticmulSubarithmeticnegMulAdd+2 moreprivate sourcelib.simd.src.arithmeticisIntegerarithmeticmul
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/arithmetic.zig:11

zig
pub fn mul(comptime D: type, a: D.Vector, b: D.Vector) D.Vector {    return if (comptime isInteger(D.Lane)) a *% b else a * b;}

Source: lib/simd/src/root.zig:280

zig
pub const mul = arithmetic.mul;

Complete caller list

7 direct callers.

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433