Changeset 18dc93c in mainline for uspace/lib/softint/include/bits.h


Ignore:
Timestamp:
2013-11-19T08:30:03Z (12 years ago)
Author:
Vojtech Horky <vojtechhorky@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5f9768bb
Parents:
879d7745
Message:

More bit counting functions (libsoftint)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/softint/include/bits.h

    r879d7745 r18dc93c  
    3636#define __SOFTINT_BITS_H_
    3737
     38extern int __ctzdi2(long);
     39extern int __ctzsi2(int);
     40extern int __clzdi2(long);
     41extern int __ffsdi2(long);
    3842extern int __popcountsi2(int);
    3943extern int __popcountdi2(long);
Note: See TracChangeset for help on using the changeset viewer.