<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Nov 18, 2015 at 9:34 AM, Jonathan Lennox <span dir="ltr">&lt;<a href="mailto:jonathan@vidyo.com" target="_blank">jonathan@vidyo.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span><br>
&gt; On Nov 16, 2015, at 6:27 PM, Sean Darcy &lt;<a href="mailto:seandarcy2@gmail.com" target="_blank">seandarcy2@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt; Thanks for the prompt and helpful replies.<br>
&gt;<br>
&gt; Built with --enable-custom-modes --disable-static --enable-intrinsics --enable-rtcd --enable-float-approx<br>
&gt;<br>
&gt; All worked. Only thing odd, rtcd was not enabled:<br>
&gt;<br>
&gt;       Floating point support: ........ yes<br>
&gt;       Fast float approximations: ..... yes<br>
&gt;       Fixed point debugging: ......... no<br>
&gt;       Inline Assembly Optimizations: . No inline ASM for your platform, please send patches<br>
&gt;       External Assembly Optimizations:<br>
&gt;       Intrinsics Optimizations.......: x86 SSE SSE2 SSE4.1 AVX<br>
&gt;       Run-time CPU detection: ........ no<br>
&gt;       Custom modes: .................. yes<br>
</span>&gt;       …………………..<br>
<br>
Is your compiler configured to generate AVX code by default? If the configure script detects that it can use the various CPU variants unconditionally, it won’t bother to use RTCD.<br>
<br>
</blockquote></div>Understand. Thanks.</div><div class="gmail_extra">sean</div></div>