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