Searched defs:POPCOUNT_MACRO (Results 1 – 1 of 1) sorted by relevance
128 #define POPCOUNT_MACRO(...) __popcnt(__VA_ARGS__) macro132 #define POPCOUNT_MACRO(...) __builtin_popcount(__VA_ARGS__) macro