5 references to Popcnt
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Numerics\BitOperations.cs (4)
436
if (
Popcnt
.IsSupported)
438
return (int)
Popcnt
.PopCount(value);
477
if (
Popcnt
.X64.IsSupported)
479
return (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
))]