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