Skip to documentation
SLOP

tiny.simd.getLane

Reference tiny.simd getLane

Defined in construct.

Called byCallsNo direct callstest sourcelib.simd.src.constructtest: firstN clamps naturally and lan...constructlane
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn lane(comptime D: type, value: D.Vector, index: usize) D.Lane {    std.debug.assert(index < D.lane_count);    const values: [D.lane_count]D.Lane = value;    return values[index];}

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

zig
pub const getLane = construct.lane;

Also reachable as

lane.

Audit

Definitions1
Public names3
Members0
Version26.7.0
Revisiondaab053ee433