http://bugs.freedesktop.org/show_bug.cgi?id=12216





------- Comment #4 from [EMAIL PROTECTED]  2007-08-30 06:04 PST -------
Looks to me like the src address may just not be 128bit aligned, which is
required for movaps. In this case, using movups instead should fix this. Could
you try if this works correctly? (though you might hit the same problem
elsewhere, there's lots of similar code around so I wouldn't be surprised if
it's wrong in other places too.) A better solution might be to actually change
the code so it guarantees it's 128bit aligned, if possible (using aligned
mallocs, though I'm right now not quite sure if there even is some
compiler-independent solution to do this if the variable is on the stack
instead?).


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to