fix some simd target attribute issues
-
VLC_SSE2
andVLC_SSSE3
defines added. - fixed things incorrectly targeting
VLC_SSE
instead ofVLC_SSE2
. (found underCAN_COMPILE_SSE2
). - fixed case incorrectly targeting
VLC_SSE
instead ofVLC_SSSE3
. - fixed
CAN_COMPILE_SSE
andCAN_COMPILE_SSE2
mismatches in deinterlace merge.
(Split out from MR !55.)
Edited by Lyndon Brown