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