1 reference to Vector256Alignment
Microsoft.ML.CpuMath (1)
CpuMathUtils.netcoreapp.cs (1)
29
=> Avx.IsSupported ?
Vector256Alignment
: (Sse.IsSupported ? Vector128Alignment : FloatAlignment);