2 references to X64
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (2)
477
if (Popcnt.
X64
.IsSupported)
479
return (int)Popcnt.
X64
.PopCount(value);