<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Illegal instruction _mesa_x86_64_transform_points4_general"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=27512#c10">Comment # 10</a>
              on <a class="bz_bug_link 
          bz_status_ASSIGNED "
   title="ASSIGNED - Illegal instruction _mesa_x86_64_transform_points4_general"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=27512">bug 27512</a>
              from <span class="vcard"><a class="email" href="mailto:baggett.patrick@gmail.com" title="Patrick Baggett <baggett.patrick@gmail.com>"> <span class="fn">Patrick Baggett</span></a>
</span></b>
        <pre>Given that there is a _mesa_3dnow_transform_points4_2d in the x86-64 asm
(using MMX/3DNow! is deprecated in x86-64), it appears that this code was
copy-pasted. I wrote a quick patch to change prefetch[w] to prefetcht1,
which is more or less the equivalent in SSE. However, I'm not actually sure
those prefetches really benefit the code since they appear to be monotonic
addresses and hinting only 16 bytes ahead (a cache line is almost always at
least 32 bytes) -- maybe that sort of testing is for another day.</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>