tiny.simd.sub
Defined in arithmetic.
Source
Source: lib/simd/src/arithmetic.zig:7
zig
pub fn sub(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:279
zig
pub const sub = arithmetic.sub;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |