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

◆ StoreAligned() [1/10]

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

Definition at line 1202 of file Sse2.cs.

1203 {
1204 StoreAligned(address, source);
1205 }
static unsafe void StoreAligned(sbyte *address, Vector128< sbyte > source)
Definition Sse2.cs:1197

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