tiny.simd.min
Defined in arithmetic.
Source
Source: lib/simd/src/arithmetic.zig:125
zig
pub fn min(comptime D: type, a: D.Vector, b: D.Vector) D.Vector { return @select(D.Lane, a < b, a, b);}Source: lib/simd/src/root.zig:291
zig
pub const min = arithmetic.min;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |