Searched refs:__has_builtin (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dbitfield.hh243 #ifndef __has_builtin
244 #define __has_builtin(foo) 0 macro
246 #if defined(__GNUC__) || (defined(__clang__) && __has_builtin(__builtin_popcountl))
258 #endif // defined(__GNUC__) || (defined(__clang__) && __has_builtin(__builtin_popcountl))

Completed in 5 milliseconds