Skip to documentation
SLOP

tiny.simd.TFromV

Reference tiny.simd TFromV

Defined in tag.

Called byCallsNo direct callstest sourcelib.simd.src.tagtest: Highway descriptor aliases pres...tagTFromV
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/tag.zig:132

zig
pub fn TFromV(comptime V: type) type {    return switch (@typeInfo(V)) {        .vector => |info| info.child,        else => @compileError("TFromV requires a Zig vector type"),    };}

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

zig
pub const TFromV = tag.TFromV;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433