Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Shuffle()
[2/6]
static
Vector128
< double > System.Runtime.Intrinsics.X86.Sse2.Shuffle
(
Vector128
< double >
left
,
Vector128
< double >
right
,
byte
control
)
inline
static
inherited
Definition at line
912
of file
Sse2.cs
.
913
{
914
return
Shuffle
(left, right, control);
915
}
System.Runtime.Intrinsics.X86.Sse2.Shuffle
static Vector128< int > Shuffle(Vector128< int > value, byte control)
Definition
Sse2.cs:902
References
System.Runtime.Intrinsics.X86.Sse2.Shuffle()
.
System
Runtime
Intrinsics
X86
Sse42
Generated by
1.10.0