SWI-Prolog/swipl-devel
cmake/GCCBuiltins.cmake
:6
check_c_source_compiles(
"unsigned int x = 11; int main() { return __builtin_popcount(x); }"
HAVE__BUILTIN_POPCOUNT)
check_c_source_compiles(
"unsigned int x = 11; int main() { return __builtin_popcount(x); }"
HAVE__BUILTIN_POPCOUNT)