6 references to StoreAligned
Microsoft.ML.CpuMath (5)
AvxIntrinsics.cs (1)
236Sse.StoreAligned(pDstCurrent, sum);
SseIntrinsics.cs (4)
193Sse.StoreAligned(pDstCurrent, res0); 249Sse.StoreAligned(pDstCurrent, result); 303Sse.StoreAligned(pDstCurrent, x02); 342Sse.StoreAligned(pDstCurrent, x3);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Sse.cs (1)
577public static unsafe void StoreAligned(float* address, Vector128<float> source) => StoreAligned(address, source);