[PD-dev] exporting simd functions

Tim Blechmann TimBlechmann at gmx.net
Fri Oct 15 20:34:45 CEST 2004


hi all ...

i'm currently thinking of a way to export simd-optimized functions ...

at the moment they are implemented in the pd way of passing a pointer to
the arguments ...
some functions (plus/zero/copy_perform) are already exported this way,
so i'd suggest to export the functions this way to make them available
for external programmers ...
anyway, it would be possible to write wrapper functions like:

plus_perf(t_int*);
plus_perf_wrap(t_float* in1, t_float* in2, t_float* out, int n);

i'm curious, what other developers consider as being more elegant or
efficient to use ...

cheers... tim

-- 
mailto:TimBlechmann at gmx.de    ICQ: 96771783
http://www.mokabar.tk

After one look at this planet any visitor from outer space 
would say "I want to see the manager."
				      William S. Burroughs




More information about the Pd-dev mailing list