shithub: dav1d

ref: 917cb4e4f13a3ad14bc9a6e0e411a058233b26d8
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