4 references to VectorHelper
System.IO.Hashing (4)
System\IO\Hashing\Crc32.Vectorized.cs (2)
8using static System.IO.Hashing.VectorHelper; 20&& VectorHelper.IsSupported
System\IO\Hashing\Crc64.Vectorized.cs (2)
8using static System.IO.Hashing.VectorHelper; 37private static bool CanBeVectorized(ReadOnlySpan<byte> source) => VectorHelper.IsSupported && source.Length >= Vector128<byte>.Count;