File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99#ifndef VPX_CONFIG_H
1010#define VPX_CONFIG_H
1111#define RESTRICT
12- #define INLINE __inline
12+ #define INLINE __forceinline
1313#define ARCH_ARM 0
1414#define ARCH_MIPS 0
1515#define ARCH_X86 1
1616#define ARCH_X86_64 0
17- #define ARCH_PPC 0
1817#define HAVE_NEON 0
1918#define HAVE_NEON_ASM 0
2019#define HAVE_MIPS32 0
2928#define HAVE_SSE4_1 1
3029#define HAVE_AVX 1
3130#define HAVE_AVX2 1
32- #define HAVE_AVX512 0
33- #define HAVE_VSX 0
34- #define HAVE_MMI 0
3531#define HAVE_VPX_PORTS 1
3632#define HAVE_PTHREAD_H 0
3733#define HAVE_UNISTD_H 0
8985#define CONFIG_BETTER_HW_COMPATIBILITY 0
9086#define CONFIG_EXPERIMENTAL 0
9187#define CONFIG_SIZE_LIMIT 0
92- #define CONFIG_ALWAYS_ADJUST_BPM 0
9388#define CONFIG_SPATIAL_SVC 0
9489#define CONFIG_FP_MB_STATS 0
9590#define CONFIG_EMULATE_HARDWARE 0
91+ #define CONFIG_MISC_FIXES 0
9692#endif /* VPX_CONFIG_H */
You can’t perform that action at this time.
0 commit comments