Skip to content

4.0 regression: cpu: fix SSE register check

Rémi Denis-Courmont requested to merge Courmisch/vlc:sse into master

CAN_COMPILE_SSE is no longer defined by the build system, since we no longer have any SSE optimisations. This restores the register check but only if SSE2 can be compiled, since that is now the minimum that we care about.

Merge request reports