Skip to content
Snippets Groups Projects
Commit bff00969 authored by Matt Oliver's avatar Matt Oliver
Browse files

avutil/x86/intmath: Add missing header.

parent 20abda6b
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,9 @@ ...@@ -22,6 +22,9 @@
#define AVUTIL_X86_INTMATH_H #define AVUTIL_X86_INTMATH_H
#include <stdint.h> #include <stdint.h>
#if HAVE_FAST_CLZ && (defined(__INTEL_COMPILER) || defined(_MSC_VER))
#include <immintrin.h>
#endif
#include "config.h" #include "config.h"
#if HAVE_FAST_CLZ #if HAVE_FAST_CLZ
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment