NAME
     POPCNT

SYNOPSIS
     USE HPF_LIBRARY

     POPCNT(I)

DESCRIPTION
     POPCNT Return the number of one bits in an integer.

ARGUMENTS
     I    must be of type integer.

RESULT TYPE
     Same as I

SEE ALSO
     ILEN, LEADZ, POPPAR.