Пример #1
0
 public static ulong Add2UInt64(this Vector128 <ulong> v)
 {
     return(v.Add(Sse2.ShiftRightLogical128BitLane(v, 8)).ToScalar());
 }