Skip to content

fix some simd target attribute issues

Lyndon Brown requested to merge jnqnfe/vlc:simd_targets into master
  • VLC_SSE2 and VLC_SSSE3 defines added.
  • fixed things incorrectly targeting VLC_SSE instead of VLC_SSE2. (found under CAN_COMPILE_SSE2).
  • fixed case incorrectly targeting VLC_SSE instead of VLC_SSSE3.
  • fixed CAN_COMPILE_SSE and CAN_COMPILE_SSE2 mismatches in deinterlace merge.

(Split out from MR !55.)

Edited by Lyndon Brown

Merge request reports