shithub: libvpx

Download patch

ref: 7c6fec672f25529539af27f882b02ebd21a4f973
parent: ca27459c1a9d12c15124bee5aac63b3e3bc330f5
author: James Zern <jzern@google.com>
date: Fri Oct 10 06:05:47 EDT 2014

vp9_avg_intrin_sse2: correct intrinsics include

immintrin.h -> emmintrin.h
fixes build where newer intrinsics are unavailable

Change-Id: I79311b39bfa782fc2abeb45884ecb417050cb9f8

--- a/vp9/encoder/x86/vp9_avg_intrin_sse2.c
+++ b/vp9/encoder/x86/vp9_avg_intrin_sse2.c
@@ -8,7 +8,7 @@
  *  be found in the AUTHORS file in the root of the source tree.
  */
 
-#include <immintrin.h>
+#include <emmintrin.h>
 #include "vpx_ports/mem.h"