<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6000.16587" name=GENERATOR></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Tahoma">
<DIV>Hi, I'm using 1.2beta3 on a 5416 DSP</DIV>
<DIV>&nbsp;</DIV>
<DIV>I have been getting warning messages that say:</DIV>
<DIV>"kiss_fft.c", line 142: warning: shift count is too large</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV>
<DIV>I've noticed this on the echo canceller and the preprocessor.&nbsp; all pretty much related to these two&nbsp;lines of code:</DIV>
<DIV>&nbsp;</DIV>
<DIV>kiss_fft</DIV>
<DIV>C_MUL4(scratch[0],Fout[m] , *tw1 );</DIV>
<DIV>&nbsp;</DIV>
<DIV>mdf.c</DIV>
<DIV>st-&gt;wtmp2[i] = EXTRACT16(PSHR32(st-&gt;W[j*N+i],NORMALIZE_SCALEDOWN+16));</DIV>
<DIV>&nbsp;</DIV>
<DIV>Is there some kind of switch I was supposed to throw to not get these messages? if not-are they hurting anything?</DIV>
<DIV>&nbsp;</DIV>
<DIV>-Mike</DIV></BODY></HTML>