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