<html>
    <head>
      <base href="https://bugs.documentfoundation.org/">
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Upgrade SSE2 sum to AVX512 sum with Neumaier (precise fp-sum)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142307#c8">Comment # 8</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Upgrade SSE2 sum to AVX512 sum with Neumaier (precise fp-sum)"
   href="https://bugs.documentfoundation.org/show_bug.cgi?id=142307">bug 142307</a>
              from <span class="vcard"><a class="email" href="mailto:dante19031999@gmail.com" title="dante19031999@gmail.com">dante19031999@gmail.com</a>
</span></b>
        <pre><span class="quote">> Yeah, I just want to know info like:

> "I have a spreadsheet with 1 million cells with data and 100 formulas

> It took 1 min for recalculating before
> It take 10 sec for recalculating after"</span >

That depends of the computer, for mine (3*10^6 terms):
Time for sum with NONE: 0.002667 s (default on ARM)
Time for sum with AVX: 0.001426 s (new)
Time for sum with SSE2: 0.001914 s (original)
And I can't tell you about AVX512.

But can't give you much more info. This kind of thing will work on auto
generated calc sheets with insane amounts of data.

So expect an improvement of ~ * 1.4 on the sum plus the time spended on the
interpreter.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>