diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-19 12:10:10 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-19 12:24:36 +0200 |
commit | 8f317cd32e3a0ae7b6dfd28cd3a3f5aa9f5da6ec (patch) | |
tree | 0abaacfe041c18461a6f3e3cc0e1ee1eee833f00 /sc/source/core | |
parent | f9fb1fcb8e0558a719cc6b423064d19433ce5e37 (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.cxx | 1 |
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); |