<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - commit b4f639d02a causes build breakage on Android 32bit builds"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102050">102050</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>commit b4f639d02a causes build breakage on Android 32bit builds
</td>
</tr>
<tr>
<th>Product</th>
<td>Mesa
</td>
</tr>
<tr>
<th>Version</th>
<td>git
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Other
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>medium
</td>
</tr>
<tr>
<th>Component</th>
<td>Drivers/DRI/i965
</td>
</tr>
<tr>
<th>Assignee</th>
<td>intel-3d-bugs@lists.freedesktop.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>issor.oruam@gmail.com
</td>
</tr>
<tr>
<th>QA Contact</th>
<td>intel-3d-bugs@lists.freedesktop.org
</td>
</tr></table>
<p>
<div>
<pre>Hi,
could you please check commit b4f639d02a
"i965: Prefer using streaming reads from WC mmaps" ?
It causes the following building error with android 32 bit builds:
external/mesa/src/mesa/drivers/dri/i965/intel_buffer_objects.c:345: error:
undefined reference to '_mesa_streaming_load_memcpy'
32bit builds on android do not use sse41 and if I understood correctly the
issue
some guards should be used as current build uses -msse2 and
main/streaming-load-memcpy.{c,h} rely on sse41 intrinsics.
Infact in Android build there is a library module called libmesa_sse41 which is
used conditionally, when ARCH_X86_HAVE_SSE4_1 is true [not true for 32bit
builds]
Please advise on how to fix android 32bit builds.
Thanks
Mauro Rossi
android-x86 team</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>