Changeset 9899
- Timestamp:
- Jul 6, 2008, 8:47:41 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/lisp-kernel/bits.h
r4014 r9899 136 136 count_leading_zeros(natural w) __attribute__((always_inline)); 137 137 138 139 /* Beware: on some platforms, __builtin_clz[ll](0) returns an undefined 140 result */ 141 138 142 static __inline__ unsigned 139 143 count_leading_zeros(natural w)
Note: See TracChangeset
for help on using the changeset viewer.