shithub: dav1d

ref: 095cc7b2a007ca22ece128d6e764c9598e7d1f83
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