Table of Contents

Method YGroup2UnzipEven_ShuffleXImm

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

YGroup2UnzipEven_ShuffleXImm(Vector256<float>, Vector256<float>)

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

public static Vector256<float> YGroup2UnzipEven_ShuffleXImm(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 X-components (返回X分量所组成的向量).

See Also

YGroup2UnzipEven_ShuffleXImm(Vector256<short>, Vector256<short>)

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

public static Vector256<short> YGroup2UnzipEven_ShuffleXImm(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 X-components (返回X分量所组成的向量).

See Also

YGroup2UnzipEven_ShuffleXImm(Vector256<ushort>, Vector256<ushort>)

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

[CLSCompliant(false)]
public static Vector256<ushort> YGroup2UnzipEven_ShuffleXImm(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 X-components (返回X分量所组成的向量).

See Also

YGroup2UnzipEven_ShuffleXImm(Vector256<int>, Vector256<int>)

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

public static Vector256<int> YGroup2UnzipEven_ShuffleXImm(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 X-components (返回X分量所组成的向量).

See Also

YGroup2UnzipEven_ShuffleXImm(Vector256<uint>, Vector256<uint>)

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

[CLSCompliant(false)]
public static Vector256<uint> YGroup2UnzipEven_ShuffleXImm(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 X-components (返回X分量所组成的向量).

See Also