diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-11-03 14:04:12 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-11-06 11:49:24 +0200 |
commit | 8dd9c5c8b1dc6baa50db3c190762cdc92b609049 (patch) | |
tree | df7165ca090ff7aa41bc2bf2e9c901434d9fae07 /sc/qa | |
parent | cd911ddb3f37fc84fdf3c6463b98dcff2074e08c (diff) |
Add also parameters for the opcode subset to enableOpenCL()
In CppunitTest_sc_opencl_test we want to explicitly disable subsetting and use
OpenCL maximally, to match how it used to work.
Change-Id: Ie900adb5fa58b7cd1111169e44efd70d8cac5256
Diffstat (limited to 'sc/qa')
-rw-r--r-- | sc/qa/unit/opencl-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/opencl-test.cxx b/sc/qa/unit/opencl-test.cxx index 9b05518d5c40..f5f8324bdd57 100644 --- a/sc/qa/unit/opencl-test.cxx +++ b/sc/qa/unit/opencl-test.cxx @@ -553,7 +553,7 @@ bool ScOpenCLTest::detectOpenCLDevice() void ScOpenCLTest::enableOpenCL() { - sc::FormulaGroupInterpreter::enableOpenCL(true); + sc::FormulaGroupInterpreter::enableOpenCL(true, true); } void ScOpenCLTest::testCompilerHorizontal() |