Commit 58d32c00 authored by Matt Oliver's avatar Matt Oliver

avutil/x86/intmath: Fix intrinsic header include when using newer gcc with older icc.

Signed-off-by: 's avatarMatt Oliver <protogonoi@gmail.com>
parent 9b9c9ef3
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment