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