[Libreoffice-commits] core.git: sc/source
I-Jui Sung (Ray)
ray at multicorewareinc.com
Wed Nov 20 14:29:26 PST 2013
sc/source/core/opencl/formulagroupcl.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 853299f0388d2d2067a8a5ab412ac64391996405
Author: I-Jui (Ray) Sung <ray at multicorewareinc.com>
Date: Wed Nov 20 16:24:16 2013 -0600
GPU Calc: fixed missing assigment operator in unrolling
Change-Id: Ie7060900f4f90b789a16b1341ec1c2c905410ee1
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx
index 2ddff75..7843748 100644
--- a/sc/source/core/opencl/formulagroupcl.cxx
+++ b/sc/source/core/opencl/formulagroupcl.cxx
@@ -533,6 +533,7 @@ return nCurWindowSize;
if(count==0){
temp1 << "if(i + gid0 < " <<mpDVR->GetArrayLength();
temp1 << "){\n\t\t";
+ temp1 << "tmp = ";
temp1 << mpCodeGen->Gen2(GenSlidingWindowDeclRef(), "tmp");
temp1 << ";\n\t\t\t";
temp1 << "}\n\t";
More information about the Libreoffice-commits
mailing list