2 references to LoadAligned
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector.cs (1)
1896public static unsafe Vector<T> LoadAlignedNonTemporal<T>(T* source) => LoadAligned(source);
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector_1.cs (1)
1080static Vector<T> ISimdVector<Vector<T>, T>.LoadAligned(T* source) => Vector.LoadAligned(source);