3 references to LoadAlignedNonTemporal
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector4.cs (2)
781/// <inheritdoc cref="Vector128.LoadAlignedNonTemporal{T}(T*)" /> 785public static unsafe Vector4 LoadAlignedNonTemporal(float* source) => Vector128.LoadAlignedNonTemporal(source).AsVector4();
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\Vector128_1.cs (1)
736static Vector128<T> ISimdVector<Vector128<T>, T>.LoadAlignedNonTemporal(T* source) => Vector128.LoadAlignedNonTemporal(source);