summaryrefslogtreecommitdiff
path: root/libavutil/intmath.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-02-25 19:52:33 -0300
committerJames Almer <jamrial@gmail.com>2015-02-25 19:58:00 -0300
commitbc65abc8d70dd71eff4618783f180a0b903d970d (patch)
treec0e70fc7285f099ecc2437053c60833915051a6e /libavutil/intmath.h
parent701c965a76069724d07ec57f3e1f9ca802138f29 (diff)
libavutil: add x86 optimized av_popcount
Reviewed-by: Ronald S. Bultje <rsbultje@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavutil/intmath.h')
-rw-r--r--libavutil/intmath.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavutil/intmath.h b/libavutil/intmath.h
index fa549c8a2d..f5ecc77b7d 100644
--- a/libavutil/intmath.h
+++ b/libavutil/intmath.h
@@ -29,6 +29,9 @@
#if ARCH_ARM
# include "arm/intmath.h"
#endif
+#if ARCH_X86
+# include "x86/intmath.h"
+#endif
/**
* @addtogroup lavu_internal