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>