<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <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#c8">Comment # 8</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:smoki00790@gmail.com" title="smoki <smoki00790@gmail.com>"> <span class="fn">smoki</span></a>
</span></b>
        <pre>(In reply to José Fonseca from <a href="show_bug.cgi?id=86788#c7">comment #7</a>)
<span class="quote">> This patch might help:

> diff --git a/src/mesa/main/sse_minmax.c b/src/mesa/main/sse_minmax.c
> index 222ac14..c3ec420 100644
> --- a/src/mesa/main/sse_minmax.c
> +++ b/src/mesa/main/sse_minmax.c
> @@ -31,6 +31,9 @@
>  #include <stdint.h>
>  
>  void
> +#if !defined(__x86_64__)
> +__attribute__((force_align_arg_pointer))
> +#endif
>  _mesa_uint_array_min_max(const unsigned *ui_indices, unsigned *min_index,
>                           unsigned *max_index, const unsigned count)
>  {

> </span >

 If you need confirmation, yes that one works for me.</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>