tiny.simd.DFromV
Defined in tag.
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |