4 references to StoreAligned
Microsoft.ML.CpuMath (3)
AvxIntrinsics.cs (3)
292
Avx.
StoreAligned
(pDstCurrent, result);
357
Avx.
StoreAligned
(pDstCurrent, x02);
407
Avx.
StoreAligned
(pDstCurrent, x3);
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Runtime\Intrinsics\X86\Avx.cs (1)
1158
public static unsafe void StoreAligned(float* address, Vector256<float> source) =>
StoreAligned
(address, source);