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