2 references to Vector256Alignment
Microsoft.ML.CpuMath (2)
AvxIntrinsics.cs (2)
59
return (alignedArray.CbAlign %
Vector256Alignment
) == 0;
67
Contracts.Assert(((long)alignedBase %
Vector256Alignment
) == 0);