This website requires JavaScript.
Explore
Help
Sign In
mirror
/
nasm
Watch
2
Star
0
Fork
0
You've already forked nasm
mirror of
https://github.com/netwide-assembler/nasm.git
synced
2024-11-21 03:14:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
888d9ab550
nasm
/
nasmlib
/
ilog2.c
3 lines
35 B
C
Raw
Normal View
History
Unescape
Escape
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-28 04:34:42 +08:00
#
define ILOG2_C
#
include
"ilog2.h"
Reference in New Issue
Copy Permalink