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