<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body><span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span> changed
              <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - (bisected) 32bit UrbanTerror 4.1 timedemo sse4.1 segfault..."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86788">bug 86788</a>
          <br>
             <table border="1" cellspacing="0" cellpadding="8">
          <tr>
            <th>What</th>
            <th>Removed</th>
            <th>Added</th>
          </tr>

         <tr>
           <td style="text-align:right;">CC</td>
           <td>
                
           </td>
           <td>jfonseca@vmware.com
           </td>
         </tr></table>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - (bisected) 32bit UrbanTerror 4.1 timedemo sse4.1 segfault..."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86788#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - (bisected) 32bit UrbanTerror 4.1 timedemo sse4.1 segfault..."
   href="https://bugs.freedesktop.org/show_bug.cgi?id=86788">bug 86788</a>
              from <span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span></b>
        <pre><span class="quote">> ./ioUrbanTerror.i386</span >
[..]
<span class="quote">> unsigned vec_count __attribute__ ((aligned (16)));</span >

This won;'t work on 32-bits unless you use -mstackrealign or
-mincoming-stack-boundary=2.

This is because some years ago gcc started to assume the stack alignment is
16-bytes.   But old applications were still built with 4-byte stack aligment. 
And because Mesa drivers can't get to choose, they must assume the worst, ie. 4
bytes stack alignment.



BTW, wefore we start investing on custom SSE code paths, we really should be
using -mfpmath=sse on Linux 32bits too.  It's recommend by Intel and the
default on MSVC.</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>