Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 596 Bytes

SortingNetworks.SNBoseNelson.Sort4AscendingBranchless(sbyte).md

File metadata and controls

16 lines (10 loc) · 596 Bytes

SNBoseNelson.Sort4AscendingBranchless(sbyte) Method

Sorts a collection of 4 elements in ascending order using branchless min/max swap.

public static void Sort4AscendingBranchless(ref sbyte p0);

Parameters

p0 System.SByte

the reference to the first element of the collection