shithub: dav1d

ref: c3c49fcd05049a0f89f84ed1a8ce3c7267ef8a8f
dir: /src/plan9/config.h/

View raw version
#ifndef __plan9_config_h__
#define __plan9_config_h__

#define ARCH_AARCH64 0
#define ARCH_ARM 0
#define ARCH_PPC64LE 0
#define ARCH_X86 1
#define ARCH_X86_32 0
#define ARCH_X86_64 1
#define CONFIG_16BPC 1
#define CONFIG_8BPC 1
#define CONFIG_LOG 1
#define ENDIANNESS_BIG 0
#define HAVE_ASM 0
#define HAVE_AVX512ICL 0
#define HAVE_CLOCK_GETTIME 0
#define HAVE_ALIGNED_MALLOC 1
#define HAVE_UNISTD_H 1
#define STACK_ALIGNMENT 0

#endif