Changeset 18dc93c in mainline for uspace/lib/softint/include/bits.h
- Timestamp:
- 2013-11-19T08:30:03Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5f9768bb
- Parents:
- 879d7745
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/softint/include/bits.h
r879d7745 r18dc93c 36 36 #define __SOFTINT_BITS_H_ 37 37 38 extern int __ctzdi2(long); 39 extern int __ctzsi2(int); 40 extern int __clzdi2(long); 41 extern int __ffsdi2(long); 38 42 extern int __popcountsi2(int); 39 43 extern int __popcountdi2(long);
Note:
See TracChangeset
for help on using the changeset viewer.