2 references to StoreAligned
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
2942
public static unsafe void StoreAlignedNonTemporal<T>(this Vector<T> source, T* destination) => source.
StoreAligned
(destination);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1188
static void ISimdVector<Vector<T>, T>.StoreAligned(Vector<T> source, T* destination) => source.
StoreAligned
(destination);