2 references to Vector128Alignment
Microsoft.ML.CpuMath (2)
SseIntrinsics.cs (2)
54
return (alignedArray.CbAlign %
Vector128Alignment
) == 0;
62
Contracts.Assert(((long)alignedBase & (
Vector128Alignment
- 1)) == 0);