aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/pop_count/ya.make
blob: 6e86560c856c842d0dc69dc07908d0a4afc03b23 (plain) (blame)
1
2
3
4
5
6
7
8
9
LIBRARY() 
 
OWNER(g:util)
 
SRCS( 
    popcount.cpp 
) 
 
END()