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

◆ StoreLow() [1/2]

static unsafe void System.Runtime.Intrinsics.X86.Sse2.StoreLow ( double * address,
Vector128< double > source )
inlinestaticinherited

Definition at line 1337 of file Sse2.cs.

1338 {
1339 StoreLow(address, source);
1340 }
static unsafe void StoreLow(double *address, Vector128< double > source)
Definition Sse2.cs:1337

References System.source, and System.Runtime.Intrinsics.X86.Sse2.StoreLow().

Referenced by System.Runtime.Intrinsics.X86.Sse2.StoreLow().