[PD] soundtouch~ for arm (rpi)?

katja via Pd-list pd-list at lists.iem.at
Fri Jun 13 14:33:35 CEST 2014


Hello,

Files like 'cpu_detect_x86_gcc', 'mmx_optimized' implement optional
platform-specific optimizations . They can be compiled conditionally, and
you can neglect them (my makefile for soundtouch~ for Pd does not include
these routines in the builds).

For a Raspberry Pi build, the LINUX i386 section in the makefile could be
copied, but without the -msse flag. Extra C flags for armv6l:
-fsingle-precision-constant -mfloat-abi=hard. Architechture flags for
compiler and linker: -march=armv6 -mfpu=vfp.

Katja


On Fri, Jun 13, 2014 at 3:42 AM, via Pd-list <pd-list at lists.iem.at> wrote:

> Hi,
>
> I would like to compile soundtouch~ for the raspberry pi:
> http://www.katjaas.nl/pitchshift/soundtouch~.html
>
> Anyone done it?
> (there's are files called cpu_detect_x86_gcc, mmx_optimized)
>
> à+
>
> _______________________________________________
> Pd-list at lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> http://lists.puredata.info/
> listinfo/pd-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puredata.info/pipermail/pd-list/attachments/20140613/85149fe5/attachment.html>


More information about the Pd-list mailing list