summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavutil/x86/intmath.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/x86/intmath.h b/libavutil/x86/intmath.h
index b3e5750ccf..611ef882e9 100644
--- a/libavutil/x86/intmath.h
+++ b/libavutil/x86/intmath.h
@@ -26,7 +26,7 @@
#if defined(_MSC_VER)
#include <intrin.h>
#elif defined(__INTEL_COMPILER)
-#include <x86intrin.h>
+#include <immintrin.h>
#endif
#endif
#include "config.h"