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@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@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list