Skip to content

Include smmintrin.h only when TARGET_SIMD_X86 is set

Jani Lainema requested to merge lainema/ECM:INTRA_TRANS_ENC_OPT_simd_fix into master

smmintrin.h is #included in IntraPrediction.cpp when INTRA_TRANS_ENC_OPT is defined even if TARGET_SIMD_X86 is not set. This causes the compilation to fail in non-x86 environment.

Merge request reports