Table of Contents

Method YGroup4Unzip

Namespace
Zyl.VectorTraits.Impl
Assembly
VectorTraits.dll

YGroup4Unzip(Vector512<float>, Vector512<float>, Vector512<float>, Vector512<float>, out Vector512<float>, out Vector512<float>, out Vector512<float>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<float> YGroup4Unzip(Vector512<float> data0, Vector512<float> data1, Vector512<float> data2, Vector512<float> data3, out Vector512<float> y, out Vector512<float> z, out Vector512<float> w)

Parameters

data0 Vector512<float>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<float>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<float>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<float>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<float>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<float>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<float>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<float>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<double>, Vector512<double>, Vector512<double>, Vector512<double>, out Vector512<double>, out Vector512<double>, out Vector512<double>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<double> YGroup4Unzip(Vector512<double> data0, Vector512<double> data1, Vector512<double> data2, Vector512<double> data3, out Vector512<double> y, out Vector512<double> z, out Vector512<double> w)

Parameters

data0 Vector512<double>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<double>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<double>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<double>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<double>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<double>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<double>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<double>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<sbyte>, Vector512<sbyte>, Vector512<sbyte>, Vector512<sbyte>, out Vector512<sbyte>, out Vector512<sbyte>, out Vector512<sbyte>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<sbyte> YGroup4Unzip(Vector512<sbyte> data0, Vector512<sbyte> data1, Vector512<sbyte> data2, Vector512<sbyte> data3, out Vector512<sbyte> y, out Vector512<sbyte> z, out Vector512<sbyte> w)

Parameters

data0 Vector512<sbyte>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<sbyte>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<sbyte>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<sbyte>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<sbyte>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<sbyte>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<sbyte>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<sbyte>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<byte>, Vector512<byte>, Vector512<byte>, Vector512<byte>, out Vector512<byte>, out Vector512<byte>, out Vector512<byte>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<byte> YGroup4Unzip(Vector512<byte> data0, Vector512<byte> data1, Vector512<byte> data2, Vector512<byte> data3, out Vector512<byte> y, out Vector512<byte> z, out Vector512<byte> w)

Parameters

data0 Vector512<byte>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<byte>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<byte>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<byte>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<byte>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<byte>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<byte>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<byte>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<short>, Vector512<short>, Vector512<short>, Vector512<short>, out Vector512<short>, out Vector512<short>, out Vector512<short>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<short> YGroup4Unzip(Vector512<short> data0, Vector512<short> data1, Vector512<short> data2, Vector512<short> data3, out Vector512<short> y, out Vector512<short> z, out Vector512<short> w)

Parameters

data0 Vector512<short>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<short>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<short>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<short>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<short>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<short>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<short>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<short>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<ushort>, Vector512<ushort>, Vector512<ushort>, Vector512<ushort>, out Vector512<ushort>, out Vector512<ushort>, out Vector512<ushort>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<ushort> YGroup4Unzip(Vector512<ushort> data0, Vector512<ushort> data1, Vector512<ushort> data2, Vector512<ushort> data3, out Vector512<ushort> y, out Vector512<ushort> z, out Vector512<ushort> w)

Parameters

data0 Vector512<ushort>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<ushort>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<ushort>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<ushort>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<ushort>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<ushort>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<ushort>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<ushort>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<int>, Vector512<int>, Vector512<int>, Vector512<int>, out Vector512<int>, out Vector512<int>, out Vector512<int>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<int> YGroup4Unzip(Vector512<int> data0, Vector512<int> data1, Vector512<int> data2, Vector512<int> data3, out Vector512<int> y, out Vector512<int> z, out Vector512<int> w)

Parameters

data0 Vector512<int>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<int>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<int>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<int>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<int>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<int>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<int>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<int>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<uint>, Vector512<uint>, Vector512<uint>, Vector512<uint>, out Vector512<uint>, out Vector512<uint>, out Vector512<uint>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<uint> YGroup4Unzip(Vector512<uint> data0, Vector512<uint> data1, Vector512<uint> data2, Vector512<uint> data3, out Vector512<uint> y, out Vector512<uint> z, out Vector512<uint> w)

Parameters

data0 Vector512<uint>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<uint>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<uint>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<uint>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<uint>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<uint>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<uint>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<uint>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<long>, Vector512<long>, Vector512<long>, Vector512<long>, out Vector512<long>, out Vector512<long>, out Vector512<long>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<long> YGroup4Unzip(Vector512<long> data0, Vector512<long> data1, Vector512<long> data2, Vector512<long> data3, out Vector512<long> y, out Vector512<long> z, out Vector512<long> w)

Parameters

data0 Vector512<long>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<long>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<long>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<long>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<long>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<long>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<long>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<long>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<ulong>, Vector512<ulong>, Vector512<ulong>, Vector512<ulong>, out Vector512<ulong>, out Vector512<ulong>, out Vector512<ulong>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<ulong> YGroup4Unzip(Vector512<ulong> data0, Vector512<ulong> data1, Vector512<ulong> data2, Vector512<ulong> data3, out Vector512<ulong> y, out Vector512<ulong> z, out Vector512<ulong> w)

Parameters

data0 Vector512<ulong>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<ulong>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<ulong>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<ulong>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<ulong>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<ulong>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<ulong>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<ulong>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<ExInt128>, Vector512<ExInt128>, Vector512<ExInt128>, Vector512<ExInt128>, out Vector512<ExInt128>, out Vector512<ExInt128>, out Vector512<ExInt128>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<ExInt128> YGroup4Unzip(Vector512<ExInt128> data0, Vector512<ExInt128> data1, Vector512<ExInt128> data2, Vector512<ExInt128> data3, out Vector512<ExInt128> y, out Vector512<ExInt128> z, out Vector512<ExInt128> w)

Parameters

data0 Vector512<ExInt128>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<ExInt128>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<ExInt128>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<ExInt128>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<ExInt128>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<ExInt128>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<ExInt128>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<ExInt128>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also

YGroup4Unzip(Vector512<ExUInt128>, Vector512<ExUInt128>, Vector512<ExUInt128>, Vector512<ExUInt128>, out Vector512<ExUInt128>, out Vector512<ExUInt128>, out Vector512<ExUInt128>)

De-Interleave 4-element groups into 4 vectors. It converts the 4-element groups AoS to SoA. It can also deinterleave packed RGBA pixel data into R,G,B,A planar data (将4-元素组解交织为4个向量. 它能将4元素组的 数组结构体 转为 结构体数组. 它还能将 已打包的RGBA像素数据, 解交织为 R,G,B,A 平面数据). Mnemonic: x[i] =: element_ref(4i, data0, data1, data2, data3), y[i] =: element_ref(4i+1, data0, data1, data2, data3), z[i] =: element_ref(4i+2, data0, data1, data2, data3), w[i] =: element_ref(4i+3, data0, data1, data2, data3).

Vector512<ExUInt128> YGroup4Unzip(Vector512<ExUInt128> data0, Vector512<ExUInt128> data1, Vector512<ExUInt128> data2, Vector512<ExUInt128> data3, out Vector512<ExUInt128> y, out Vector512<ExUInt128> z, out Vector512<ExUInt128> w)

Parameters

data0 Vector512<ExUInt128>

A vector made of 4-element groups - Part 0 (由4元素组所组成的向量 - 第0部分).

data1 Vector512<ExUInt128>

A vector made of 4-element groups - Part 1 (由4元素组所组成的向量 - 第1部分).

data2 Vector512<ExUInt128>

A vector made of 4-element groups - Part 2 (由4元素组所组成的向量 - 第2部分).

data3 Vector512<ExUInt128>

A vector made of 4-element groups - Part 3 (由4元素组所组成的向量 - 第3部分).

y Vector512<ExUInt128>

Returns the vector made of the Y-components (返回Y分量所组成的向量).

z Vector512<ExUInt128>

Returns the vector made of the Z-components (返回Z分量所组成的向量).

w Vector512<ExUInt128>

Returns the vector made of the W-components (返回W分量所组成的向量).

Returns

Vector512<ExUInt128>

Returns the vector made of the X-components (返回X分量所组成的向量).

See Also