Skip to documentation
SLOP

tiny.simd.reorderShiftRightAndDemote2To

Reference tiny.simd reorderShiftRightAndDemote2To

Defined in convert.

Called byCallstest sourcelib.simd.src.converttest: Highway conversion entry points...convertreorderDemote2Toprivate sourcelib.simd.src.convertsourceDescriptorshiftshiftRightconvertreorderShiftRightAndDemote2To
Static calls · unresolved targets: 0 · external targets: 0.

Source

Source: lib/simd/src/convert.zig:198

zig
pub fn reorderShiftRightAndDemote2To(    comptime D: type,    comptime amount: usize,    a: anytype,    b: @TypeOf(a),) D.Vector {    const S = sourceDescriptor(@TypeOf(a));    return reorderDemote2To(        D,        shift.shiftRight(S, amount, a),        shift.shiftRight(S, amount, b),    );}

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

zig
pub const reorderShiftRightAndDemote2To = convert.reorderShiftRightAndDemote2To;

Audit

Definitions1
Public names2
Members0
Version26.7.0
Revisiondaab053ee433