From b23bd2360fec25c1a10bf4aae2ede3568dbc80e9 Mon Sep 17 00:00:00 2001 From: Johann Date: Fri, 6 May 2016 18:57:04 -0700 Subject: [PATCH] The subfunctions are only defined for sse2 See highbd_subpel_variance_impl_sse2.asm Change-Id: Id13b97f4f6d189ed71cdc6d52b3c4ea63dc1da05 --- vpx_dsp/x86/highbd_variance_sse2.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vpx_dsp/x86/highbd_variance_sse2.c b/vpx_dsp/x86/highbd_variance_sse2.c index 6fabc4af0..14d029c9a 100644 --- a/vpx_dsp/x86/highbd_variance_sse2.c +++ b/vpx_dsp/x86/highbd_variance_sse2.c @@ -260,8 +260,7 @@ unsigned int vpx_highbd_12_mse8x8_sse2(const uint8_t *src8, int src_stride, DECL(16, opt) DECLS(sse2); -// TODO(johannkoenig): enable the ssse3 or delete -// DECLS(ssse3, ssse3); + #undef DECLS #undef DECL -- 2.49.0