tiny.simd.inf
Defined in construct.
Source
Source: lib/simd/src/construct.zig:40
zig
pub fn inf(comptime D: type) D.Vector { if (@typeInfo(D.Lane) != .float) @compileError("inf requires floating-point lanes"); return @splat(std.math.inf(D.Lane));}Source: lib/simd/src/root.zig:205
zig
pub const inf = construct.inf;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |