]> granicus.if.org Git - libvpx/commit
Only build ssse3 filter functions on 64 bit
authorJohann <johannkoenig@google.com>
Tue, 25 Aug 2015 23:55:26 +0000 (16:55 -0700)
committerJohann <johannkoenig@google.com>
Wed, 26 Aug 2015 17:32:18 +0000 (10:32 -0700)
commitf5507b514c87aa0cce8cd6c0389124fd0f25ae18
tree33c46596328cffb6202e5624603c1846691a3a44
parent06ba5254eeee83a23c5f3783fb3ed5615d4b14c8
Only build ssse3 filter functions on 64 bit

Avoid an unused function warning by only building the functions when
they will be used.

Change-Id: I53b5bdc5a180c79d63b34e4c8921d679bbc54009
vpx_dsp/x86/vpx_subpixel_8t_intrin_ssse3.c