iiwusynth-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [iiwusynth-devel] undef ENABLE_SSE


From: markus.nentwig
Subject: RE: [iiwusynth-devel] undef ENABLE_SSE
Date: Thu, 21 Nov 2002 18:38:23 +0200

Ouch.
There are a couple of bugs, if you compile without SSE.
First of all, in iiwusynth/src/iiwu_voice.c comment out or delete the five lines around line 86. That is:
 
sse_a=&interp_coeff_sse[i];
    sse_a->sf[0]=interp_coeff[i].a0;
    sse_a->sf[1]=interp_coeff[i].a1;
    sse_a->sf[2]=interp_coeff[i].a2;
    sse_a->sf[3]=interp_coeff[i].a3;
That should help (#ifdef ENABLE_SSE would be correct).
 
 
Also the #error statement at the start of the file must be deleted.
I'll be home in an hour and fix it on CVS.
 
Cheers
 
Markus
 

reply via email to

[Prev in Thread] Current Thread [Next in Thread]