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

◆ StoreAligned() [5/10]

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

Definition at line 1227 of file Sse2.cs.

1228 {
1229 StoreAligned(address, source);
1230 }
static unsafe void StoreAligned(sbyte *address, Vector128< sbyte > source)
Definition Sse2.cs:1197

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