On 03/27, Oleg Nesterov wrote:
>
> Finally.
>
>       process = ffunction(float ANYTHINGBEFOREminANYTHINGAFTER(), "","");
>
> compiles to
>
>       output0[i] = FAUSTFLOAT(float(min()));
>
> doesn't look exactly right ;)

forgot to mention... this is probably because of 'if (startWith(inst->fName, 
"min"))'
in visit(FunCallInst* inst).

Note also that tstartWith() itself looks obviously wrong or I am totally 
confused:

        return (str.find(prefix) != string::npos);

hmm?

Oleg.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users

Reply via email to