tiny.simd.reorderDemote2To
Defined in convert.
Source
Source: lib/simd/src/convert.zig:162
zig
pub fn reorderDemote2To( comptime D: type, a: anytype, b: @TypeOf(a),) D.Vector { return orderedDemote2To(D, a, b);}Source: lib/simd/src/root.zig:816
zig
pub const reorderDemote2To = convert.reorderDemote2To;Audit
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 0 |
| Version | 26.7.0 |
| Revision | daab053ee433 |