tiny.simd.dotProduct
Defined in dot.
Source
Source: lib/simd/src/dot.zig:15
zig
pub fn compute( comptime D: type, a: []const D.Lane, b: []const D.Lane,) resultType(D.Lane) { std.debug.assert(a.len == b.len); return computeAssume(D, a, b, a.len, .{});}Source: lib/simd/src/root.zig:490
zig
pub const dotProduct = dot.compute;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |