From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 92214] Flightgear crashes during splashboot with R600 driver, LLVM 3.7.0 and mesa 11.0.2 Date: Thu, 22 Oct 2015 21:59:52 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0083222485==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 80C376E5EE for ; Thu, 22 Oct 2015 14:59:52 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0083222485== Content-Type: multipart/alternative; boundary="1445551192.4Fa50.25604"; charset="UTF-8" --1445551192.4Fa50.25604 Date: Thu, 22 Oct 2015 21:59:52 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" https://bugs.freedesktop.org/show_bug.cgi?id=92214 --- Comment #35 from Barto --- 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. --1445551192.4Fa50.25604 Date: Thu, 22 Oct 2015 21:59:52 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8"

Comment # 35 on bug 92214 from
Created attachment 119117 [details]
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.
--1445551192.4Fa50.25604-- --===============0083222485== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHA6Ly9saXN0 cy5mcmVlZGVza3RvcC5vcmcvbWFpbG1hbi9saXN0aW5mby9kcmktZGV2ZWwK --===============0083222485==--