<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW --- - lp_test_arit fails on non-sse41 capable machines, breaking make check"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59701">bug 59701</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>jfonseca@vmware.com, sroland@vmware.com
</td>
</tr>
<tr>
<td style="text-align:right;">Summary</td>
<td>lp_test_arit fails, breaking make check
</td>
<td>lp_test_arit fails on non-sse41 capable machines, breaking make check
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - lp_test_arit fails on non-sse41 capable machines, breaking make check"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59701#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - lp_test_arit fails on non-sse41 capable machines, breaking make check"
href="https://bugs.freedesktop.org/show_bug.cgi?id=59701">bug 59701</a>
from <span class="vcard"><a class="email" href="mailto:jfonseca@vmware.com" title="José Fonseca <jfonseca@vmware.com>"> <span class="fn">José Fonseca</span></a>
</span></b>
<pre>Hi Michel,
It looks like fract is seriously busted.
The processor doesn't have SSE41, so no ROUNDPS instruction.
This can be reproduced on other processors doing:
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_init.c
b/src/gallium/auxiliary/gallivm/lp_bld_init.c
index 050eba7..d677dbb 100644
--- a/src/gallium/auxiliary/gallivm/lp_bld_init.c
+++ b/src/gallium/auxiliary/gallivm/lp_bld_init.c
@@ -489,7 +489,7 @@ lp_build_init(void)
gallivm_initialized = TRUE;
-#if 0
+#if 1
/* For simulating less capable machines */
util_cpu_caps.has_sse3 = 0;
util_cpu_caps.has_ssse3 = 0;</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>