remove arch specific code

This commit is contained in:
loki
2021-06-15 18:31:40 +02:00
parent 56bb4ca865
commit 71cef4b700
23 changed files with 57 additions and 1247 deletions
+1 -8
View File
@@ -23,14 +23,7 @@
#include <stdint.h>
#include "attributes.h"
#if ARCH_ARM
#include "arm/intmath.h"
#endif
#if ARCH_X86
#include "x86/intmath.h"
#endif
#include <libavutil/attributes.h>
#if HAVE_FAST_CLZ
#if AV_GCC_VERSION_AT_LEAST(3, 4)