summaryrefslogtreecommitdiff
path: root/sc/source/core/opencl/op_statistical.cxx
diff options
context:
space:
mode:
authoryangzhang <yangzhang@multicorewareinc.com>2013-11-07 13:01:31 +0800
committerI-Jui (Ray) Sung <ray@multicorewareinc.com>2013-11-13 17:44:11 -0600
commit44b2e2f6b6d2f11829b0d98de7606ee01ec17cac (patch)
tree7c1afdc12b48e461d2b0c5d48bf11b245587e99d /sc/source/core/opencl/op_statistical.cxx
parent84901d03c44da80ece47758e8af44178037d2aca (diff)
GPU Calc: implemented ATAN
AMLOEXT-144 FIX Change-Id: Ib94a4fbdcdf928c9a943d5b57449e7335d82b016 Refactoring: fix compile warnning in op_statistical.cxx Signed-off-by: haochen <haochen@multicorewareinc.com> Signed-off-by: I-Jui (Ray) Sung <ray@multicorewareinc.com>
Diffstat (limited to 'sc/source/core/opencl/op_statistical.cxx')
-rw-r--r--sc/source/core/opencl/op_statistical.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/source/core/opencl/op_statistical.cxx b/sc/source/core/opencl/op_statistical.cxx
index 6bc1f21f80ac..5cf6854b06d8 100644
--- a/sc/source/core/opencl/op_statistical.cxx
+++ b/sc/source/core/opencl/op_statistical.cxx
@@ -939,6 +939,7 @@ void OpCritBinom::BinInlineFun(std::set<std::string>& decls,
std::set<std::string>& funs)
{
decls.insert(MinDecl);
+ funs.insert("");
}
void OpCritBinom::GenSlidingWindowFunction(std::stringstream& ss,