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