Skip to documentation
SLOP

tiny.simd.FloatFromSize

Reference tiny.simd FloatFromSize

Defined in tag.

Called byCallsNo direct callstest sourcelib.simd.src.tagtest: Highway lane type relations cov...tagFloatFromSize
Static calls · unresolved targets: 0 · external targets: 0.

Source

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

zig
pub fn FloatFromSize(comptime bytes: usize) type {    return switch (bytes) {        2 => f16,        4 => f32,        8 => f64,        else => @compileError("unsupported Highway floating-point byte width"),    };}

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

zig
pub const FloatFromSize = tag.FloatFromSize;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433