The subfunctions are only defined for sse2

See highbd_subpel_variance_impl_sse2.asm

Change-Id: Id13b97f4f6d189ed71cdc6d52b3c4ea63dc1da05
This commit is contained in:
Johann
2016-05-06 18:57:04 -07:00
parent a761197fbd
commit b23bd2360f

View File

@@ -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