ref: b23bd2360fec25c1a10bf4aae2ede3568dbc80e9
parent: a761197fbdf16129d26b8f97f15dbb6d0b0c4a4a
author: Johann <[email protected]>
date: Fri May 6 14:57:04 EDT 2016
The subfunctions are only defined for sse2 See highbd_subpel_variance_impl_sse2.asm Change-Id: Id13b97f4f6d189ed71cdc6d52b3c4ea63dc1da05
--- a/vpx_dsp/x86/highbd_variance_sse2.c
+++ b/vpx_dsp/x86/highbd_variance_sse2.c
@@ -260,8 +260,7 @@
DECL(16, opt)
DECLS(sse2);
-// TODO(johannkoenig): enable the ssse3 or delete
-// DECLS(ssse3, ssse3);
+
#undef DECLS
#undef DECL