### `System.Runtime.Intrinsics.Vector128` and `System.Numerics.Vector`: - [x] IsHardwareAccelerated - @fanyang-mono - [x] Abs - @LeVladIonescu - [x] Add - @fanyang-mono - [x] AndNot - @LeVladIonescu - [x] As - @fanyang-mono - [x] AsByte - @fanyang-mono - [x] AsDouble - @fanyang-mono - [x] AsInt16 - @fanyang-mono - [x] AsInt32 - @fanyang-mono - [x] AsInt64 - @fanyang-mono - [x] AsSByte - @fanyang-mono - [x] AsSingle - @fanyang-mono - [x] AsUInt16 - @fanyang-mono - [x] AsUInt32 - @fanyang-mono - [x] AsUInt64 - @fanyang-mono - [x] BitwiseAnd - @fanyang-mono - [x] BitwiseOr - @fanyang-mono - [x] Ceiling - @LeVladIonescu - [x] ConditionalSelect - @LeVladIonescu - [x] ConvertToDouble - @jandupej - [x] ConvertToInt32 - @jandupej - [x] ConvertToInt64 - @jandupej - [x] ConvertToSingle - @jandupej - [x] ConvertToUInt32 - @jandupej - [x] ConvertToUInt64 - @jandupej - [x] Create - @fanyang-mono - [x] CreateScalar - @fanyang-mono - [x] CreateScalarUnsafe - @fanyang-mono - [x] Divide - @fanyang-mono - [x] Dot - @jandupej - [x] Equals - @jandupej - [x] EqualsAll - @jandupej - [x] EqualsAny - @jandupej - [x] Floor - @LeVladIonescu - [x] GetElement - @jandupej - [x] GetLower - @jandupej - require Vector64 support - [x] GetUpper - @jandupej - require Vector64 support - [x] GreaterThan - @jandupej - [x] GreaterThanAll - @jandupej - [x] GreaterThanAny - @jandupej - [x] GreaterThanOrEqual - @jandupej - [x] GreaterThanOrEqualAll - @jandupej - [x] GreaterThanOrEqualAny - @jandupej - [x] LessThan - @jandupej - [x] LessThanAll - @jandupej - [x] LessThanAny - @jandupej - [x] LessThanOrEqual - @jandupej - [x] LessThanOrEqualAll - @jandupej - [x] LessThanOrEqualAny - @jandupej - [x] Max - @fanyang-mono - [x] Min - @fanyang-mono - [x] Multiply - @fanyang-mono - [x] Narrow - @jandupej - [x] Negate - @jandupej - [x] OnesComplement - @jandupej - [x] Sqrt - @LeVladIonescu - [x] Subtract - @fanyang-mono - [x] Sum - @jandupej - [x] ToScalar - @jandupej - [x] Widen - @jandupej - [x] WithElement - @jandupej - [x] Xor - @fanyang-mono - [x] WithLower - @jandupej - [x] WithUpper - @jandupej ### `System.Runtime.Intrinsics.Vector{64, 128}<T>` and `System.Numerics.Vector<T>`: - [x] Operator `+` (one operand) - @fanyang-mono - [x] Operator `-` (one operand) - @jandupej - [x] Operator `~` - @jandupej - [x] Operator `+` - @fanyang-mono - [x] Operator `-` - @fanyang-mono - [x] Operator `*` - @fanyang-mono - [x] Operator `/` - @fanyang-mono - [x] Operator `==` - @jandupej - [x] Operator `!=` - @jandupej - [x] Operator `&` - @fanyang-mono - [x] Operator `|` - @fanyang-mono - [x] Operator `^` - @fanyang-mono - [x] get_Zero - @fanyang-mono - [x] get_One - @fanyang-mono - [x] get_Count - @fanyang-mono - [x] get_AllBitsSet - @fanyang-mono - [x] get_IsSupported - @fanyang-mono
System.Runtime.Intrinsics.Vector128andSystem.Numerics.Vector:System.Runtime.Intrinsics.Vector{64, 128}<T>andSystem.Numerics.Vector<T>:+(one operand) - @fanyang-mono-(one operand) - @jandupej~- @jandupej+- @fanyang-mono-- @fanyang-mono*- @fanyang-mono/- @fanyang-mono==- @jandupej!=- @jandupej&- @fanyang-mono|- @fanyang-mono^- @fanyang-mono