common: Add basic bit manipulation utility function to Common

This commit is contained in:
Lioncash 2018-12-19 15:25:12 -05:00
parent e73dd39413
commit fc8da2d5e3
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