Skip to documentation
SLOP

tiny.simd.DFromV

Reference tiny.simd DFromV

Defined in tag.

Called byCallstest sourcelib.simd.src.tagtest: Highway descriptor aliases pres...tagFixedTagtagDFromV
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

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

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

zig
pub const DFromV = tag.DFromV;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433