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

--- Comment #4 from smoki <smoki00...@gmail.com> ---
 (In reply to Timothy Arceri from comment #3)
> It seems to be an alignment issue and I'm not sure I fully understand why
> its happening but does changing:
> 
> unsigned vec_count;
> 
> to 
>  
> unsigned vec_count __attribute__ ((aligned (16)));
> 
> on line 60 fix it?

 No, that does fix it.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to