Skip to documentation
SLOP

tiny.simd.nan

Reference tiny.simd nan

Defined in construct.

Called byCallsNo direct callstest sourcelib.simd.src.constructtest: floating constants classify as ...constructnan
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/construct.zig:45

zig
pub fn nan(comptime D: type) D.Vector {    if (@typeInfo(D.Lane) != .float) @compileError("nan requires floating-point lanes");    return @splat(std.math.nan(D.Lane));}

Source: lib/simd/src/root.zig:206

zig
pub const nan = construct.nan;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433