Vector512 Class

Definition

Provides a collection of static methods for creating, manipulating, and otherwise operating on 512-bit vectors.

public ref class Vector512 abstract sealed
public static class Vector512
type Vector512 = class
Public Module Vector512
Inheritance
Vector512

Properties

IsHardwareAccelerated

Gets a value that indicates whether 512-bit vector operations are subject to hardware acceleration through JIT intrinsic support.

Methods

Abs<T>(Vector512<T>)

Computes the absolute value of each element in a vector.

Add<T>(Vector512<T>, Vector512<T>)

Adds two vectors to compute their sum.

AndNot<T>(Vector512<T>, Vector512<T>)

Computes the bitwise-and of a given vector and the ones complement of another vector.

As<TFrom,TTo>(Vector512<TFrom>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsByte<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsDouble<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsInt16<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsInt32<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsInt64<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsNInt<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsNUInt<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsSByte<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsSingle<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsUInt16<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsUInt32<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsUInt64<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector512<T>.

AsVector<T>(Vector512<T>)

Reinterprets a Vector512<T> as a new Vector<T>.

AsVector512<T>(Vector<T>)

Reinterprets a Vector<T> as a new Vector512<T>.

BitwiseAnd<T>(Vector512<T>, Vector512<T>)

Computes the bitwise-and of two vectors.

BitwiseOr<T>(Vector512<T>, Vector512<T>)

Computes the bitwise-or of two vectors.

Ceiling(Vector512<Double>)

Computes the ceiling of each element in a vector.

Ceiling(Vector512<Single>)

Computes the ceiling of each element in a vector.

ConditionalSelect<T>(Vector512<T>, Vector512<T>, Vector512<T>)

Conditionally selects a value from two vectors on a bitwise basis.

ConvertToDouble(Vector512<Int64>)

Converts a Vector512<T> to a Vector512<T>.

ConvertToDouble(Vector512<UInt64>)

Converts a Vector512<T> to a Vector512<T>.

ConvertToInt32(Vector512<Single>)

Converts a Vector512<T> to a Vector512<T>.

ConvertToInt64(Vector512<Double>)

Converts a Vector512<T> to a Vector512<T>.

ConvertToSingle(Vector512<Int32>)

Converts a Vector512<T> to a Vector512<T>.

ConvertToSingle(Vector512<UInt32>)

Converts a Vector512<T> to a Vector512<T>.

ConvertToUInt32(Vector512<Single>)

Converts a Vector512<T> to a Vector512<T>.

ConvertToUInt64(Vector512<Double>)

Converts a Vector512<T> to a Vector512<T>.

CopyTo<T>(Vector512<T>, Span<T>)

Copies a Vector512<T> to a given span.

CopyTo<T>(Vector512<T>, T[])

Copies a Vector512<T> to a given array.

CopyTo<T>(Vector512<T>, T[], Int32)

Copies a Vector512<T> to a given array starting at the specified index.

Create(Byte)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte, Byte)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(Double)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(Double, Double, Double, Double, Double, Double, Double, Double)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(Int16)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16, Int16)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(Int32)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(Int64)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(Int64, Int64, Int64, Int64, Int64, Int64, Int64, Int64)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(IntPtr)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(SByte)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte, SByte)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(Single)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(UInt16)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16, UInt16)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(UInt32)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32, UInt32)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(UInt64)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64, UInt64)

Creates a new Vector512<T> instance with each element initialized to the corresponding specified value.

Create(UIntPtr)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create(Vector256<Byte>, Vector256<Byte>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<Double>, Vector256<Double>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<Int16>, Vector256<Int16>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<Int32>, Vector256<Int32>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<Int64>, Vector256<Int64>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<IntPtr>, Vector256<IntPtr>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<SByte>, Vector256<SByte>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<Single>, Vector256<Single>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<UInt16>, Vector256<UInt16>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<UInt32>, Vector256<UInt32>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<UInt64>, Vector256<UInt64>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create(Vector256<UIntPtr>, Vector256<UIntPtr>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

Create<T>(ReadOnlySpan<T>)

Creates a new Vector512<T> from a given readonly span.

Create<T>(T)

Creates a new Vector512<T> instance with all elements initialized to the specified value.

Create<T>(T[])

Creates a new Vector512<T> from a given array.

Create<T>(T[], Int32)

Creates a new Vector512<T> from a given array.

Create<T>(Vector256<T>, Vector256<T>)

Creates a new Vector512<T> instance from two Vector256<T> instances.

CreateScalar(Byte)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Double)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Int16)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Int32)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Int64)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(IntPtr)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(SByte)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(Single)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(UInt16)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(UInt32)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(UInt64)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar(UIntPtr)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalar<T>(T)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements initialized to zero.

CreateScalarUnsafe(Byte)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(Double)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(Int16)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(Int32)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(Int64)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(IntPtr)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(SByte)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(Single)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(UInt16)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(UInt32)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(UInt64)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe(UIntPtr)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateScalarUnsafe<T>(T)

Creates a new Vector512<T> instance with the first element initialized to the specified value and the remaining elements left uninitialized.

CreateSequence<T>(T, T)
Divide<T>(Vector512<T>, T)

Divides a vector by a scalar to compute the per-element quotient.

Divide<T>(Vector512<T>, Vector512<T>)

Divides two vectors to compute their quotient.

Dot<T>(Vector512<T>, Vector512<T>)

Computes the dot product of two vectors.

Equals<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if they are equal on a per-element basis.

EqualsAll<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if all elements are equal.

EqualsAny<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if any elements are equal.

Exp(Vector512<Double>)
Exp(Vector512<Single>)
ExtractMostSignificantBits<T>(Vector512<T>)

Extracts the most significant bit from each element in a vector.

Floor(Vector512<Double>)

Computes the floor of each element in a vector.

Floor(Vector512<Single>)

Computes the floor of each element in a vector.

GetElement<T>(Vector512<T>, Int32)

Gets the element at the specified index.

GetLower<T>(Vector512<T>)

Gets the value of the lower 256-bits as a new Vector256<T>.

GetUpper<T>(Vector512<T>)

Gets the value of the upper 256-bits as a new Vector256<T>.

GreaterThan<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine which is greater on a per-element basis.

GreaterThanAll<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if all elements are greater.

GreaterThanAny<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if any elements are greater.

GreaterThanOrEqual<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine which is greater or equal on a per-element basis.

GreaterThanOrEqualAll<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if all elements are greater or equal.

GreaterThanOrEqualAny<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if any elements are greater or equal.

LessThan<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine which is less on a per-element basis.

LessThanAll<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if all elements are less.

LessThanAny<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if any elements are less.

LessThanOrEqual<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine which is less or equal on a per-element basis.

LessThanOrEqualAll<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if all elements are less or equal.

LessThanOrEqualAny<T>(Vector512<T>, Vector512<T>)

Compares two vectors to determine if any elements are less or equal.

Load<T>(T*)

Loads a vector from the given source.

LoadAligned<T>(T*)

Loads a vector from the given aligned source.

LoadAlignedNonTemporal<T>(T*)

Loads a vector from the given aligned source.

LoadUnsafe<T>(T)

Loads a vector from the given source.

LoadUnsafe<T>(T, UIntPtr)

Loads a vector from the given source and element offset.

Log(Vector512<Double>)
Log(Vector512<Single>)
Log2(Vector512<Double>)
Log2(Vector512<Single>)
Max<T>(Vector512<T>, Vector512<T>)

Computes the maximum of two vectors on a per-element basis.

Min<T>(Vector512<T>, Vector512<T>)

Computes the minimum of two vectors on a per-element basis.

Multiply<T>(T, Vector512<T>)

Multiplies a vector by a scalar to compute their product.

Multiply<T>(Vector512<T>, T)

Multiplies a vector by a scalar to compute their product.

Multiply<T>(Vector512<T>, Vector512<T>)

Multiplies two vectors to compute their element-wise product.

Narrow(Vector512<Double>, Vector512<Double>)

Narrows two Vector512<T> instances into one Vector512<T>.

Narrow(Vector512<Int16>, Vector512<Int16>)

Narrows two Vector512<T> instances into one Vector512<T>.

Narrow(Vector512<Int32>, Vector512<Int32>)

Narrows two Vector512<T> instances into one Vector512<T>.

Narrow(Vector512<Int64>, Vector512<Int64>)

Narrows two Vector512<T> instances into one Vector512<T>.

Narrow(Vector512<UInt16>, Vector512<UInt16>)

Narrows two Vector512<T> instances into one Vector512<T>.

Narrow(Vector512<UInt32>, Vector512<UInt32>)

Narrows two Vector512<T> instances into one Vector512<T>.

Narrow(Vector512<UInt64>, Vector512<UInt64>)

Narrows two Vector512<T> instances into one Vector512<T>.

Negate<T>(Vector512<T>)

Negates a vector.

OnesComplement<T>(Vector512<T>)

Computes the ones-complement of a vector.

ShiftLeft(Vector512<Byte>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector512<Int16>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector512<Int32>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector512<Int64>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector512<IntPtr>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector512<SByte>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector512<UInt16>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector512<UInt32>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector512<UInt64>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftLeft(Vector512<UIntPtr>, Int32)

Shifts each element of a vector left by the specified amount.

ShiftRightArithmetic(Vector512<Int16>, Int32)

Shifts (signed) each element of a vector right by the specified amount.

ShiftRightArithmetic(Vector512<Int32>, Int32)

Shifts (signed) each element of a vector right by the specified amount.

ShiftRightArithmetic(Vector512<Int64>, Int32)

Shifts (signed) each element of a vector right by the specified amount.

ShiftRightArithmetic(Vector512<IntPtr>, Int32)

Shifts (signed) each element of a vector right by the specified amount.

ShiftRightArithmetic(Vector512<SByte>, Int32)

Shifts (signed) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<Byte>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<Int16>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<Int32>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<Int64>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<IntPtr>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<SByte>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<UInt16>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<UInt32>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<UInt64>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

ShiftRightLogical(Vector512<UIntPtr>, Int32)

Shifts (unsigned) each element of a vector right by the specified amount.

Shuffle(Vector512<Byte>, Vector512<Byte>)

Creates a new vector by selecting values from an input vector using a set of indices.

Shuffle(Vector512<Double>, Vector512<Int64>)

Creates a new vector by selecting values from an input vector using a set of indices.

Shuffle(Vector512<Int16>, Vector512<Int16>)

Creates a new vector by selecting values from an input vector using a set of indices.

Shuffle(Vector512<Int32>, Vector512<Int32>)

Creates a new vector by selecting values from an input vector using a set of indices.

Shuffle(Vector512<Int64>, Vector512<Int64>)

Creates a new vector by selecting values from an input vector using a set of indices.

Shuffle(Vector512<SByte>, Vector512<SByte>)

Creates a new vector by selecting values from an input vector using a set of indices.

Shuffle(Vector512<Single>, Vector512<Int32>)

Creates a new vector by selecting values from an input vector using a set of indices.

Shuffle(Vector512<UInt16>, Vector512<UInt16>)

Creates a new vector by selecting values from an input vector using a set of indices.

Shuffle(Vector512<UInt32>, Vector512<UInt32>)

Creates a new vector by selecting values from an input vector using a set of indices.

Shuffle(Vector512<UInt64>, Vector512<UInt64>)

Creates a new vector by selecting values from an input vector using a set of indices.

Sqrt<T>(Vector512<T>)

Computes the square root of a vector on a per-element basis.

Store<T>(Vector512<T>, T*)

Stores a vector at the given destination.

StoreAligned<T>(Vector512<T>, T*)

Stores a vector at the given aligned destination.

StoreAlignedNonTemporal<T>(Vector512<T>, T*)

Stores a vector at the given aligned destination.

StoreUnsafe<T>(Vector512<T>, T)

Stores a vector at the given destination.

StoreUnsafe<T>(Vector512<T>, T, UIntPtr)

Stores a vector at the given destination.

Subtract<T>(Vector512<T>, Vector512<T>)

Subtracts two vectors to compute their difference.

Sum<T>(Vector512<T>)

Computes the sum of all elements in a vector.

ToScalar<T>(Vector512<T>)

Converts the given vector to a scalar containing the value of the first element.

TryCopyTo<T>(Vector512<T>, Span<T>)

Tries to copy a Vector<T> to a given span.

Widen(Vector512<Byte>)

Widens a Vector512<T> into two Vector512<T>.

Widen(Vector512<Int16>)

Widens a Vector512<T> into two Vector512<T>.

Widen(Vector512<Int32>)

Widens a Vector512<T> into two Vector512<T>.

Widen(Vector512<SByte>)

Widens a Vector512<T> into two Vector512<T>.

Widen(Vector512<Single>)

Widens a Vector512<T> into two Vector512<T>.

Widen(Vector512<UInt16>)

Widens a Vector512<T> into two Vector512<T>.

Widen(Vector512<UInt32>)

Widens a Vector512<T> into two Vector512<T>.

WidenLower(Vector512<Byte>)

Widens the lower half of a Vector512<T> into a Vector512<T>.

WidenLower(Vector512<Int16>)

Widens the lower half of a Vector512<T> into a Vector512<T>.

WidenLower(Vector512<Int32>)

Widens the lower half of a Vector512<T> into a Vector512<T>.

WidenLower(Vector512<SByte>)

Widens the lower half of a Vector512<T> into a Vector512<T>.

WidenLower(Vector512<Single>)

Widens the lower half of a Vector512<T> into a Vector512<T>.

WidenLower(Vector512<UInt16>)

Widens the lower half of a Vector512<T> into a Vector512<T>.

WidenLower(Vector512<UInt32>)

Widens the lower half of a Vector512<T> into a Vector512<T>.

WidenUpper(Vector512<Byte>)

Widens the upper half of a Vector512<T> into a Vector512<T>.

WidenUpper(Vector512<Int16>)

Widens the upper half of a Vector512<T> into a Vector512<T>.

WidenUpper(Vector512<Int32>)

Widens the upper half of a Vector512<T> into a Vector512<T>.

WidenUpper(Vector512<SByte>)

Widens the upper half of a Vector512<T> into a Vector512<T>.

WidenUpper(Vector512<Single>)

Widens the upper half of a Vector512<T> into a Vector512<T>.

WidenUpper(Vector512<UInt16>)

Widens the upper half of a Vector512<T> into a Vector512<T>.

WidenUpper(Vector512<UInt32>)

Widens the upper half of a Vector512<T> into a Vector512<T>.

WithElement<T>(Vector512<T>, Int32, T)

Creates a new Vector512<T> with the element at the specified index set to the specified value and the remaining elements set to the same value as that in the given vector.

WithLower<T>(Vector512<T>, Vector256<T>)

Creates a new Vector512<T> with the lower 256-bits set to the specified value and the upper 256-bits set to the same value as that in the given vector.

WithUpper<T>(Vector512<T>, Vector256<T>)

Creates a new Vector512<T> with the upper 256-bits set to the specified value and the lower 256-bits set to the same value as that in the given vector.

Xor<T>(Vector512<T>, Vector512<T>)

Computes the exclusive-or of two vectors.

Applies to