5 references to Popcnt
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (4)
436if (Popcnt.IsSupported) 438return (int)Popcnt.PopCount(value); 477if (Popcnt.X64.IsSupported) 479return (int)Popcnt.X64.PopCount(value);
System.Runtime.Intrinsics (1)
artifacts\obj\System.Runtime.Intrinsics\Debug\net10.0\System.Runtime.Intrinsics.Forwards.cs (1)
42[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Runtime.Intrinsics.X86.Popcnt))]