<div dir="ltr"><div><div><div><div>Hi Neels and Harald,<br><br></div>Is the problem related to an issue, reported by Max?<br><a href="https://osmocom.org/issues/2386">https://osmocom.org/issues/2386</a><br><br></div>As I already commented, there is one possible reason:<br><br>Currently, the conv_acc_sse.c is being compiled with<br>both -msse3 -msse4.1 CFLAGS. Some compilers (or different<br>versions) may use the msse4.1 instruction set to optimize<br>the whole byte code, even in the places where they are not<br>actually used. So, one possible solution is to separate the<br>conv_acc_sse.c to conv_acc_sse_3.c and conv_acc_sse_41.c,<br>and then compile them with -msse3 -msse4.1 flags respectively.<br><br></div>If I had some basic compile / check access to the build host,<br></div>I could check whether my assumption is correct.<br><div><div><div><div><br clear="all"><div><div><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div>With best regards,<br></div><div>Vadim Yanitskiy.<br></div></div></div></div></div></div>
</div></div></div></div></div></div>