summaryrefslogtreecommitdiff
path: root/vpx_dsp
diff options
context:
space:
mode:
authorJames Zern <jzern@google.com>2016-06-29 23:07:15 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-06-29 23:07:16 +0000
commit3a6a81fc9adace4e31522215ab9baa2bdc7d0079 (patch)
treec19031ed301193d4a0202cf6b44471bffb1d0cd5 /vpx_dsp
parentb458f42966a6d3dc22917be433f48cd74fe702cc (diff)
parent0a64929f19cc1ce89f993aa5c9d61a29679eb961 (diff)
downloadlibvpx-3a6a81fc9adace4e31522215ab9baa2bdc7d0079.tar
libvpx-3a6a81fc9adace4e31522215ab9baa2bdc7d0079.tar.gz
libvpx-3a6a81fc9adace4e31522215ab9baa2bdc7d0079.tar.bz2
libvpx-3a6a81fc9adace4e31522215ab9baa2bdc7d0079.zip
Merge changes I9433d858,Iafd05637,If08ce6ca
* changes: tests: remove redundant round() definition remove visual studio < 2010 workarounds configure: remove old visual studio support (<2010)
Diffstat (limited to 'vpx_dsp')
-rw-r--r--vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c4
-rw-r--r--vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c b/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c
index b71867853..cbd22dcd0 100644
--- a/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c
+++ b/vpx_dsp/x86/vpx_subpixel_8t_intrin_avx2.c
@@ -8,10 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-// Due to a header conflict between math.h and intrinsics includes with ceil()
-// in certain configurations under vs9 this include needs to precede
-// immintrin.h.
-
#include <immintrin.h>
#include "./vpx_dsp_rtcd.h"
diff --git a/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c b/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
index 6fd52087c..2bb0f4a24 100644
--- a/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
+++ b/vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c
@@ -8,10 +8,6 @@
* be found in the AUTHORS file in the root of the source tree.
*/
-// Due to a header conflict between math.h and intrinsics includes with ceil()
-// in certain configurations under vs9 this include needs to precede
-// tmmintrin.h.
-
#include <tmmintrin.h>
#include "./vpx_dsp_rtcd.h"