Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Blend()
[1/4]
static
Vector128
< double > System.Runtime.Intrinsics.X86.Sse41.Blend
(
Vector128
< double >
left
,
Vector128
< double >
right
,
byte
control
)
inline
static
inherited
Definition at line
52
of file
Sse41.cs
.
53
{
54
return
Blend
(left, right, control);
55
}
System.Runtime.Intrinsics.X86.Sse41.Blend
static Vector128< short > Blend(Vector128< short > left, Vector128< short > right, byte control)
Definition
Sse41.cs:37
References
System.Runtime.Intrinsics.X86.Sse41.Blend()
.
System
Runtime
Intrinsics
X86
Sse42
Generated by
1.10.0