Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DotProduct() [2/4]

static Vector128< uint > System.Runtime.Intrinsics.Arm.Dp.DotProduct ( Vector128< uint > addend,
Vector128< byte > left,
Vector128< byte > right )
inlinestatic

Definition at line 44 of file Dp.cs.

45 {
46 throw new PlatformNotSupportedException();
47 }