cmake HAVE_BUILTIN_CLZLL examples

SChernykh/p2pool CMakeLists.txt :291

check_cxx_source_compiles("int main(){ return __builtin_clzll(1);}" HAVE_BUILTIN_CLZLL)

SChernykh/p2pool CMakeLists.txt :363

add_definitions(-DHAVE_BUILTIN_CLZLL)

SChernykh/p2pool tests/CMakeLists.txt :167

check_cxx_source_compiles("int main(){ return __builtin_clzll(1);}" HAVE_BUILTIN_CLZLL)

SChernykh/p2pool tests/CMakeLists.txt :171

add_definitions(/DHAVE_BUILTIN_CLZLL)