<div dir="ltr">On Fri, Apr 10, 2015 at 1:40 PM, lvqcl <span dir="ltr">&lt;<a href="mailto:lvqcl.mail@gmail.com" target="_blank">lvqcl.mail@gmail.com</a>&gt;</span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">Tristan Matthews wrote:<br>
<br>
&gt;       if test &quot;x$asm_optimisation$sse_os&quot; = &quot;xyesyes&quot; ; then<br>
&gt;               XIPH_ADD_CFLAGS([-msse2])<br>
&gt; -             XIPH_ADD_CFLAGS([-mstackrealign])<br>
&gt; +             if test &quot;$host_os&quot; = &quot;mingw32&quot; ; then<br>
&gt; +                     XIPH_ADD_CFLAGS([-mstackrealign])<br>
&gt; +                     fi<br>
&gt;               fi<br>
<br>
</span>But sse_os==no doesn&#39;t prevent libFLAC from using SSE intrinsics.<br>
So I think that the code<br>
<span class=""><br>
        if test &quot;$host_os&quot; = &quot;mingw32&quot; ; then<br>
</span>                XIPH_ADD_CFLAGS([-mstackrealign])<br>
                fi<br>
<br>
should be somewhere outside of<br>
<span class=""><br>
        if test &quot;x$asm_optimisation$sse_os&quot; = &quot;xyesyes&quot;<br>
</span>                ...<br>
                ...<br>
                fi<br></blockquote><div><br></div><div>Ah, good point, I&#39;ll resend.<br></div></div><br></div></div>