Add countl_zero, countl_one

This commit is contained in:
Peter Dimov
2020-12-28 23:40:59 +02:00
parent 123b567051
commit cc877e6b5b
3 changed files with 99 additions and 6 deletions
+1
View File
@@ -225,6 +225,7 @@ run cmath_test.cpp ;
run bit_cast_test.cpp ;
run bit_rotate_test.cpp ;
run bit_countr_test.cpp ;
run bit_countl_test.cpp ;
use-project /boost/core/swap : ./swap ;
build-project ./swap ;