2 references to IsCharBitNotSetAvx512
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\SearchValues\ProbabilisticMap.cs (2)
122
Vector512<byte> resultLower =
IsCharBitNotSetAvx512
(charMap, sourceLower);
123
Vector512<byte> resultUpper =
IsCharBitNotSetAvx512
(charMap, sourceUpper);