Next:
Array Reduction Functions Up: Library Procedures Previous: Mapping Inquiry Subroutines

Bit Manipulation Functions

The HPF library includes three elemental bit-manipulation functions. LEADZ computes the number of leading zero bits in an integer's representation. POPCNT counts the number of one bits in an integer. POPPAR computes the parity of an integer.


paula@erc.msstate.edu
Thu Dec 8 16:17:11 CST 1994