tiny.simd.bfloatWidenMulPairwiseAdd
Defined in bfloat.
Source
Source: lib/simd/src/bfloat.zig:157
zig
pub fn widenMulPairwiseAdd(comptime D: type, a: anytype, b: @TypeOf(a)) D.Vector { return mulOddAdd(D, a, b, mulEvenAdd(D, a, b, @splat(0)));}Source: lib/simd/src/root.zig:358
zig
pub const bfloatWidenMulPairwiseAdd = bfloat.widenMulPairwiseAdd;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |