Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Blend()
[2/4]
static
Vector128
< float > System.Runtime.Intrinsics.X86.Sse41.Blend
(
Vector128
< float >
left
,
Vector128
< float >
right
,
byte
control
)
inline
static
inherited
Definition at line
47
of file
Sse41.cs
.
48
{
49
return
Blend
(left, right, control);
50
}
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