1#define ARCH_AARCH64 0
2#define ARCH_ARM 0
3#define ARCH_PPC64LE 0
4#ifdef __x86_64__
5#define ARCH_X86 1
6#define ARCH_X86_32 0
7#define ARCH_X86_64 1
8#endif
9#define CONFIG_16BPC 1
10#define CONFIG_8BPC 1
11#define CONFIG_LOG 1
12#define ENDIANNESS_BIG 0
13#if defined(__x86_64__) && !defined(__ILP32__)
14#define HAVE_ASM 1
15#define HAVE_AVX512ICL 1
16#endif
17#define HAVE_CLOCK_GETTIME 1
18#define HAVE_DLSYM 1
19#define HAVE_POSIX_MEMALIGN 1
20#define HAVE_UNISTD_H 1
21#define STACK_ALIGNMENT 16