HomeSort by relevance Sort by last modified time
    Searched refs:V8_HAS_BUILTIN_POPCOUNT (Results 1 - 2 of 2) sorted by null

  /external/v8/src/base/
bits.h 23 #if V8_HAS_BUILTIN_POPCOUNT
  /external/v8/include/
v8config.h 181 // V8_HAS_BUILTIN_POPCOUNT - __builtin_popcount() supported
217 # define V8_HAS_BUILTIN_POPCOUNT (__has_builtin(__builtin_popcount))
254 # define V8_HAS_BUILTIN_POPCOUNT (V8_GNUC_PREREQ(3, 4, 0))

Completed in 71 milliseconds