common: Add basic bit manipulation utility function to Common

This commit is contained in:
Lioncash 2018-12-19 15:25:12 -05:00
parent e37f4939df
commit 0a9a9e9b80
2 changed files with 62 additions and 0 deletions

View file

@ -44,6 +44,7 @@ add_library(common STATIC
detached_tasks.cpp
detached_tasks.h
bit_field.h
bit_util.h
cityhash.cpp
cityhash.h
color.h