12345678910111213141516171819202122232425262728293031323334 |
- #define BUILD ""
- #undef inline
- #define INLINE
- #define THREAD_LOCAL
- #define PACKAGE_NAME ""
- #define VERSION ""
- #define SIZEOF_SIZE_T
- #cmakedefine HAVE_BUILTIN_CTZL
- #cmakedefine HAVE_INTRIN_H
- #if defined(_MSC_VER) && defined(HAVE_INTRIN_H)
- #if (SIZEOF_SIZE_T == 8)
- #define HAVE_BITSCANFORWARD64
- #elif (SIZEOF_SIZE_T == 4)
- #define HAVE_BITSCANFORWARD
- #endif
- #endif
|