Skip to content

12 tap IF SIMD Macro fix

Yan Zhang requested to merge YanZhang/ECM:12IF_SIMD_MACRO_FIX into master

Fix macro issue to avoid encoder crash when disable IF_12TAP_SIMD, SIMD_4x4_12 is relying on IF_12TAP_SIMD so that when IF_12TAP_SIMD is turned off, SIMD_4x4_12 should be off automatically.

Merge request reports