[Mesa-dev] [Bug 27512] Illegal instruction _mesa_x86_64_transform_points4_general

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 5 13:09:57 PST 2016


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

--- Comment #11 from Patrick Baggett <baggett.patrick at gmail.com> ---
Created attachment 120822
  --> https://bugs.freedesktop.org/attachment.cgi?id=120822&action=edit
Use prefetcht1 instead of prefetch[w]

This should fix the SIGILL when running this code. It replaces 3DNow!
prefetch[w] instructions with SSE prefetcht1. I'm still not convinced that the
prefetch logic actually has any beneficial performance characteristics.

-- 
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/20160105/1c7124bc/attachment.html>


More information about the mesa-dev mailing list