Skip to documentation
SLOP

tiny.simd.promoteInRangeTo

Reference tiny.simd promoteInRangeTo

Defined in convert.

Called byCallsprivate sourcelib.simd.src.convertpromoteSelectedtest sourcelib.simd.src.converttest: Highway conversion entry points...convertpromoteToconvertpromoteInRangeTo
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/convert.zig:77

zig
pub fn promoteInRangeTo(comptime D: type, value: anytype) D.Vector {    return promoteTo(D, value);}

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

zig
pub const promoteInRangeTo = convert.promoteInRangeTo;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433