Esempio n. 1
0
 public static Vector128 <ulong> negate(Vector128 <ulong> src)
 => add(BitUtil.flip(src), Vec128.Ones <ulong>());
Esempio n. 2
0
 public static Vector128 <byte> negate(Vector128 <byte> src)
 => add(BitUtil.flip(src), Vec128.Ones <byte>());