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

◆ StoreLow() [2/2]

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

Definition at line 437 of file Sse.cs.

438 {
439 StoreLow(address, source);
440 }
static unsafe void StoreLow(float *address, Vector128< float > source)
Definition Sse.cs:437

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

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