Table of Contents

Method _MM_SHUFFLE2

Namespace
Zyl.VectorTraits.Numerics
Assembly
VectorTraits.dll

_MM_SHUFFLE2(byte, byte)

Make the shuffle control code for selecting two 1-bit values (制作shuffle控制码, 用于选择2个1位值).

[CLSCompliant(false)]
public static byte _MM_SHUFFLE2(byte x, byte y)

Parameters

x byte

The 1st 1-bit value (第1个1位值).

y byte

The 0th 1-bit value (第0个1位值).

Returns

byte

Returns shuffle control code (返回shuffle控制码).

Remarks

"emmintrin.h": Macro function for shuffle.

See Also