Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
d459c364
Kaydet (Commit)
d459c364
authored
May 14, 2014
tarafından
Kohei Yoshida
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Enable vectorization for the "jump" function opcodes.
Change-Id: I24333db598943a0984fb1abb603e90b79d37d845
üst
17774c46
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
2 deletions
+7
-2
token.cxx
sc/source/core/tool/token.cxx
+7
-2
No files found.
sc/source/core/tool/token.cxx
Dosyayı görüntüle @
d459c364
...
@@ -1328,10 +1328,15 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
...
@@ -1328,10 +1328,15 @@ void ScTokenArray::CheckToken( const FormulaToken& r )
if
(
SC_OPCODE_START_FUNCTION
<=
eOp
&&
eOp
<
SC_OPCODE_STOP_FUNCTION
)
if
(
SC_OPCODE_START_FUNCTION
<=
eOp
&&
eOp
<
SC_OPCODE_STOP_FUNCTION
)
{
{
// This is a function opcode. For now, we only support vectorization
// We support vectorization for the following opcodes.
// for min, max, sum and average.
switch
(
eOp
)
switch
(
eOp
)
{
{
case
ocIf
:
case
ocIfError
:
case
ocIfNA
:
case
ocChose
:
// Jump commands are now supported.
break
;
case
ocAverage
:
case
ocAverage
:
case
ocMin
:
case
ocMin
:
case
ocMinA
:
case
ocMinA
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment