misc: add clz wrapper for builtin
* spot/bricks/brick-bitlevel, spot/misc/Makefile.am, spot/misc/bitset.hh, spot/misc/clz.cc, spot/misc/clz.hh, spot/misc/fixpool.hh: here.
This commit is contained in:
parent
01cceef29a
commit
69457e957b
6 changed files with 158 additions and 8 deletions
|
|
@ -36,6 +36,7 @@ misc_HEADERS = \
|
|||
bitvect.hh \
|
||||
casts.hh \
|
||||
common.hh \
|
||||
clz.hh \
|
||||
escape.hh \
|
||||
fixpool.hh \
|
||||
formater.hh \
|
||||
|
|
@ -63,6 +64,7 @@ libmisc_la_SOURCES = \
|
|||
bareword.cc \
|
||||
bitset.cc \
|
||||
bitvect.cc \
|
||||
clz.cc \
|
||||
escape.cc \
|
||||
formater.cc \
|
||||
game.cc \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue