[Mesa-dev] [Bug 86788] (bisected) 32bit UrbanTerror 4.1 timedemo sse4.1 segfault...

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Nov 28 04:09:56 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=86788

--- Comment #8 from smoki <smoki00790 at gmail.com> ---
(In reply to José Fonseca from comment #7)
> 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)
>  {
> 
> 

 If you need confirmation, yes that one works for me.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141128/49672fe8/attachment.html>


More information about the mesa-dev mailing list