Changeset 385385f in git for kernel/GBEngine/kstd2.cc


Ignore:
Timestamp:
Apr 24, 2021, 8:23:06 PM (3 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '2a584933abf2a2d3082034c7586d38bb6de1a30a')
Children:
5e6cda01eadc1231eeed94bdd2ca804a5d58ad8f
Parents:
600ab7ba40301e1a41944a1f1e36963e942a129e
Message:
opt: redHoney
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/GBEngine/kstd2.cc

    r600ab7b r385385f  
    18831883      if (li==1)
    18841884        break;
     1885      strat->T[i].GetpLength();
    18851886      if ((((strat->T[i].ecart < ei) && (ei> h->ecart))
    18861887         || ((strat->T[i].ecart <= h->ecart) && (strat->T[i].pLength < li)))
     
    18941895        ei = strat->T[i].ecart;
    18951896        li = strat->T[i].pLength;
    1896         if (li<=0) li=strat->T[i].GetpLength();
    18971897        ii = i;
    18981898      }
     
    20572057        }
    20582058      }
    2059       else if (TEST_OPT_PROT && (strat->Ll < 0) )
     2059      else if (UNLIKELY(TEST_OPT_PROT && (strat->Ll < 0) ))
    20602060      {
    20612061        //h->wrp(); Print("<%d>\n",h->GetpLength());
Note: See TracChangeset for help on using the changeset viewer.