diff options
-rw-r--r-- | sc/source/core/opencl/formulagroupcl.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sc/source/core/opencl/formulagroupcl.cxx b/sc/source/core/opencl/formulagroupcl.cxx index b5fedc6f4fee..d2a6d8b22e1f 100644 --- a/sc/source/core/opencl/formulagroupcl.cxx +++ b/sc/source/core/opencl/formulagroupcl.cxx @@ -486,6 +486,9 @@ public: std::stringstream &ss, bool &needBody) { assert(mpDVR); + // Do not handle horizontal double vectors yet + if (mpDVR->GetArrays().size() > 1) + throw Unhandled(); size_t nCurWindowSize = mpDVR->GetRefRowSize(); if (dynamic_cast<OpSum*>(mpCodeGen.get())) { |