Table of Contents

Method YGroup2UnzipOdd_Narrow

Namespace
Zyl.VectorTraits.Impl.AVector256
Assembly
VectorTraits.dll

YGroup2UnzipOdd_Narrow(Vector256<float>, Vector256<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 Vector256<float> YGroup2UnzipOdd_Narrow(Vector256<float> data0, Vector256<float> data1)

Parameters

data0 Vector256<float>

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

data1 Vector256<float>

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

Returns

Vector256<float>

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

See Also

YGroup2UnzipOdd_Narrow(Vector256<sbyte>, Vector256<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 Vector256<sbyte> YGroup2UnzipOdd_Narrow(Vector256<sbyte> data0, Vector256<sbyte> data1)

Parameters

data0 Vector256<sbyte>

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

data1 Vector256<sbyte>

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

Returns

Vector256<sbyte>

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

See Also

YGroup2UnzipOdd_Narrow(Vector256<byte>, Vector256<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 Vector256<byte> YGroup2UnzipOdd_Narrow(Vector256<byte> data0, Vector256<byte> data1)

Parameters

data0 Vector256<byte>

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

data1 Vector256<byte>

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

Returns

Vector256<byte>

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

See Also

YGroup2UnzipOdd_Narrow(Vector256<short>, Vector256<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 Vector256<short> YGroup2UnzipOdd_Narrow(Vector256<short> data0, Vector256<short> data1)

Parameters

data0 Vector256<short>

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

data1 Vector256<short>

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

Returns

Vector256<short>

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

See Also

YGroup2UnzipOdd_Narrow(Vector256<ushort>, Vector256<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 Vector256<ushort> YGroup2UnzipOdd_Narrow(Vector256<ushort> data0, Vector256<ushort> data1)

Parameters

data0 Vector256<ushort>

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

data1 Vector256<ushort>

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

Returns

Vector256<ushort>

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

See Also

YGroup2UnzipOdd_Narrow(Vector256<int>, Vector256<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 Vector256<int> YGroup2UnzipOdd_Narrow(Vector256<int> data0, Vector256<int> data1)

Parameters

data0 Vector256<int>

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

data1 Vector256<int>

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

Returns

Vector256<int>

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

See Also

YGroup2UnzipOdd_Narrow(Vector256<uint>, Vector256<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 Vector256<uint> YGroup2UnzipOdd_Narrow(Vector256<uint> data0, Vector256<uint> data1)

Parameters

data0 Vector256<uint>

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

data1 Vector256<uint>

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

Returns

Vector256<uint>

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

See Also