2 references to StoreAligned
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.cs (1)
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>
src\libraries\System.Private.CoreLib\src\System\Numerics\Vector3.Extensions.cs (1)
71public static void StoreAlignedNonTemporal(this Vector3 source, float* destination) => source.StoreAligned(destination);