[Bug 92214] Flightgear crashes during splashboot with R600 driver, LLVM 3.7.0 and mesa 11.0.2

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Oct 22 14:59:52 PDT 2015


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

--- Comment #35 from Barto <mister.freeman at laposte.net> ---
Created attachment 119117
  --> https://bugs.freedesktop.org/attachment.cgi?id=119117&action=edit
patch who solves the bug by removing explicitely SSE4 when the CPU doesn't
support SSE4

this the modified version of the Jose's patch,

this patch who solves the bug by removing explicitely SSE4 when the CPU doesn't
support SSE4,

the new lines :

+   if (!util_cpu_caps.has_sse4_1) {
+#if HAVE_LLVM >= 0x0304
+      MAttrs.push_back("-sse4.1");
+#else
+      MAttrs.push_back("-sse41");
+#endif
+   }

-- 
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/dri-devel/attachments/20151022/d6cd6ee0/attachment.html>


More information about the dri-devel mailing list