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