1 reference to Store
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse2.cs (1)
1670
public static unsafe void Store(ulong* address, Vector128<ulong> source) =>
Store
(address, source);