2 references to StoreUnsafe
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64.cs (1)
3718
public static unsafe void Store<T>(this Vector64<T> source, T* destination) => source.
StoreUnsafe
(ref *destination);
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector64_1.cs (1)
905
static void ISimdVector<Vector64<T>, T>.StoreUnsafe(Vector64<T> vector, ref T destination) => vector.
StoreUnsafe
(ref destination);