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
Returns
- byte
Returns shuffle control code (返回shuffle控制码).
Remarks
"emmintrin.h": Macro function for shuffle.
- See Also