1#define BUILD "20201116"
2#undef inline
3#define INLINE __inline__ __attribute__((always_inline))
4#ifdef HAVE__THREAD_LOCAL
5#define THREAD_LOCAL _Thread_local
6#endif
7#define PACKAGE_NAME "libjpeg-turbo"
8#define VERSION "2.0.6"
9#define SIZEOF_SIZE_T 8
10#ifdef HAVE___BUILTIN_CTZL
11#define HAVE_BUILTIN_CTZL
12#endif
13/* #undef HAVE_INTRIN_H */
14#if defined(_MSC_VER) && defined(HAVE_INTRIN_H)
15#if (SIZEOF_SIZE_T == 8)
16#define HAVE_BITSCANFORWARD64
17#elif (SIZEOF_SIZE_T == 4)
18#define HAVE_BITSCANFORWARD
19#endif
20#endif