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