nasm/nasmlib/ilog2.c
H. Peter Anvin 0a126062fb ilog2(): inline functions if practical
For many (most?) targets these will be very small functions, so inline
them.  However, just in case make these external library functions.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2017-09-27 13:34:42 -07:00

2 lines
35 B
C

#define ILOG2_C
#include "ilog2.h"