summaryrefslogtreecommitdiff
path: root/sc/source/core
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-11-19 12:10:10 +0200
committerTor Lillqvist <tml@collabora.com>2014-11-19 12:24:36 +0200
commit8f317cd32e3a0ae7b6dfd28cd3a3f5aa9f5da6ec (patch)
tree0abaacfe041c18461a6f3e3cc0e1ee1eee833f00 /sc/source/core
parentf9fb1fcb8e0558a719cc6b423064d19433ce5e37 (diff)
Don't use OpenCL for RAND by default
The current implementation from 60ae598d537c14283109e1c6de22ec43a0147bcf is so broken it isn't even funny. Change-Id: I962d2643d21283340646893bb7892fb2a3d0c2e3
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/tool/calcconfig.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/core/tool/calcconfig.cxx b/sc/source/core/tool/calcconfig.cxx
index 0ba4cdfb7978..ff81e982a6f4 100644
--- a/sc/source/core/tool/calcconfig.cxx
+++ b/sc/source/core/tool/calcconfig.cxx
@@ -40,7 +40,6 @@ void ScCalcConfig::setOpenCLConfigToDefault()
mbOpenCLAutoSelect = true;
mnOpenCLMinimumFormulaGroupSize = 100;
- maOpenCLSubsetOpCodes.insert(ocRandom);
maOpenCLSubsetOpCodes.insert(ocSin);
maOpenCLSubsetOpCodes.insert(ocCos);
maOpenCLSubsetOpCodes.insert(ocTan);