Comment # 35
on bug 92214
from Barto
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.
_______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel