Table of Contents

Method YGroup2UnzipOdd_Narrow

Namespace
Zyl.VectorTraits.Impl.AVector512
Assembly
VectorTraits.dll

YGroup2UnzipOdd_Narrow(Vector512<float>, Vector512<float>)

De-Interleave the 2-element groups into 2 vectors, and return the vector of odd positions (将2-元素组解交织为2个向量, 并返回奇数位置的数据). Mnemonic: rt[i] =: element_ref(2*i+1, data0, data1).

public static Vector512<float> YGroup2UnzipOdd_Narrow(Vector512<float> data0, Vector512<float> data1)

Parameters

data0 Vector512<float>

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

data1 Vector512<float>

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

Returns

Vector512<float>

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

See Also

YGroup2UnzipOdd_Narrow(Vector512<sbyte>, Vector512<sbyte>)

De-Interleave the 2-element groups into 2 vectors, and return the vector of odd positions (将2-元素组解交织为2个向量, 并返回奇数位置的数据). Mnemonic: rt[i] =: element_ref(2*i+1, data0, data1).

[CLSCompliant(false)]
public static Vector512<sbyte> YGroup2UnzipOdd_Narrow(Vector512<sbyte> data0, Vector512<sbyte> data1)

Parameters

data0 Vector512<sbyte>

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

data1 Vector512<sbyte>

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

Returns

Vector512<sbyte>

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

See Also

YGroup2UnzipOdd_Narrow(Vector512<byte>, Vector512<byte>)

De-Interleave the 2-element groups into 2 vectors, and return the vector of odd positions (将2-元素组解交织为2个向量, 并返回奇数位置的数据). Mnemonic: rt[i] =: element_ref(2*i+1, data0, data1).

public static Vector512<byte> YGroup2UnzipOdd_Narrow(Vector512<byte> data0, Vector512<byte> data1)

Parameters

data0 Vector512<byte>

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

data1 Vector512<byte>

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

Returns

Vector512<byte>

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

See Also

YGroup2UnzipOdd_Narrow(Vector512<short>, Vector512<short>)

De-Interleave the 2-element groups into 2 vectors, and return the vector of odd positions (将2-元素组解交织为2个向量, 并返回奇数位置的数据). Mnemonic: rt[i] =: element_ref(2*i+1, data0, data1).

public static Vector512<short> YGroup2UnzipOdd_Narrow(Vector512<short> data0, Vector512<short> data1)

Parameters

data0 Vector512<short>

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

data1 Vector512<short>

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

Returns

Vector512<short>

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

See Also

YGroup2UnzipOdd_Narrow(Vector512<ushort>, Vector512<ushort>)

De-Interleave the 2-element groups into 2 vectors, and return the vector of odd positions (将2-元素组解交织为2个向量, 并返回奇数位置的数据). Mnemonic: rt[i] =: element_ref(2*i+1, data0, data1).

[CLSCompliant(false)]
public static Vector512<ushort> YGroup2UnzipOdd_Narrow(Vector512<ushort> data0, Vector512<ushort> data1)

Parameters

data0 Vector512<ushort>

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

data1 Vector512<ushort>

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

Returns

Vector512<ushort>

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

See Also

YGroup2UnzipOdd_Narrow(Vector512<int>, Vector512<int>)

De-Interleave the 2-element groups into 2 vectors, and return the vector of odd positions (将2-元素组解交织为2个向量, 并返回奇数位置的数据). Mnemonic: rt[i] =: element_ref(2*i+1, data0, data1).

public static Vector512<int> YGroup2UnzipOdd_Narrow(Vector512<int> data0, Vector512<int> data1)

Parameters

data0 Vector512<int>

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

data1 Vector512<int>

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

Returns

Vector512<int>

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

See Also

YGroup2UnzipOdd_Narrow(Vector512<uint>, Vector512<uint>)

De-Interleave the 2-element groups into 2 vectors, and return the vector of odd positions (将2-元素组解交织为2个向量, 并返回奇数位置的数据). Mnemonic: rt[i] =: element_ref(2*i+1, data0, data1).

[CLSCompliant(false)]
public static Vector512<uint> YGroup2UnzipOdd_Narrow(Vector512<uint> data0, Vector512<uint> data1)

Parameters

data0 Vector512<uint>

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

data1 Vector512<uint>

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

Returns

Vector512<uint>

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

See Also