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:
Etienne Renault 2018-07-13 09:15:38 +00:00
parent 01cceef29a
commit 69457e957b
6 changed files with 158 additions and 8 deletions

View file

@ -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 \