From: subhransu mohanty Date: Fri, 27 Jul 2018 07:30:46 +0000 (+0900) Subject: lottie/render: Disable buggy sse2 implementation till it fixed. X-Git-Tag: submit/tizen/20180917.042405~180 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F75%2F185275%2F2;p=platform%2Fcore%2Fuifw%2Flottie-player.git lottie/render: Disable buggy sse2 implementation till it fixed. Change-Id: Iffc2006afc1bb29a65944a6da23fa308ce0b5955 --- diff --git a/src/vector/vdrawhelper.cpp b/src/vector/vdrawhelper.cpp index 05319b3..69b13b2 100644 --- a/src/vector/vdrawhelper.cpp +++ b/src/vector/vdrawhelper.cpp @@ -680,7 +680,7 @@ void vInitDrawhelperFunctions() COMP_functionForModeSolid_C[VPainter::CompModeSrcOver] = comp_func_solid_SourceOver_sse2; COMP_functionForMode_C[VPainter::CompModeSrc] = comp_func_Source_sse2; - COMP_functionForMode_C[VPainter::CompModeSrcOver] = comp_func_SourceOver_sse2; + //COMP_functionForMode_C[VPainter::CompModeSrcOver] = comp_func_SourceOver_sse2; #endif }