diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-01 11:13:49 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-05-09 13:34:29 -0400 |
commit | b32d4f6f3d5f392976dcbdc5f5f11536846b282b (patch) | |
tree | 1942a2dda562aa75852415d25892a6617f0ebb1b /sc/source/core | |
parent | 64670c3ea25b0f8c8975946971b041b71f362066 (diff) |
Add SUMPRODUCT and MINVERSE to the list of vectorizable functions.
Change-Id: I79e19acdcc3c20db2a795961f486415a8069d177
Diffstat (limited to 'sc/source/core')
-rw-r--r-- | sc/source/core/tool/token.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/source/core/tool/token.cxx b/sc/source/core/tool/token.cxx index acadb7f1505d..d17cda9148b9 100644 --- a/sc/source/core/tool/token.cxx +++ b/sc/source/core/tool/token.cxx @@ -1267,6 +1267,8 @@ void ScTokenArray::CheckToken( const FormulaToken& r ) case ocMax: case ocMaxA: case ocSum: + case ocSumProduct: + case ocMatInv: // Don't change the state. break; default: |