2 references to LoadAligned
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector2.cs (2)
20/// <summary>Specifies the alignment of the vector as used by the <see cref="LoadAligned(float*)" /> and <see cref="Vector.StoreAligned(Vector2, float*)" /> APIs.</summary> 697public static unsafe Vector2 LoadAlignedNonTemporal(float* source) => LoadAligned(source);