Home
last modified time | relevance | path

Searched defs:__builtin_popcountl (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/include/__support/ibm/
H A Dsupport.h24 #define __builtin_popcountl(x) __builtin_popcountll(x) macro
26 #define __builtin_popcountl(x) __builtin_popcount(x) macro