tiny.simd.RebindToUnsigned
Defined in tag.
Source
Source: lib/simd/src/tag.zig:183
zig
pub fn RebindToUnsigned(comptime D: type) type { return D.rebind(MakeUnsigned(TFromD(D)));}Source: lib/simd/src/root.zig:172
zig
pub const RebindToUnsigned = tag.RebindToUnsigned;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |