<div dir="ltr"><div><div><div>Hello,<br><br></div>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).<br>
<br></div>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. <br>
<br></div>Katja<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jun 13, 2014 at 3:42 AM, via Pd-list <span dir="ltr"><<a href="mailto:pd-list@lists.iem.at" target="_blank">pd-list@lists.iem.at</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I would like to compile soundtouch~ for the raspberry pi:<br>
<a href="http://www.katjaas.nl/pitchshift/soundtouch~.html" target="_blank">http://www.katjaas.nl/<u></u>pitchshift/soundtouch~.html</a><br>
<br>
Anyone done it?<br>
(there's are files called cpu_detect_x86_gcc, mmx_optimized)<br>
<br>
à+<br>
<br>
______________________________<u></u>_________________<br>
<a href="mailto:Pd-list@lists.iem.at" target="_blank">Pd-list@lists.iem.at</a> mailing list<br>
UNSUBSCRIBE and account-management -> <a href="http://lists.puredata.info/listinfo/pd-list" target="_blank">http://lists.puredata.info/<u></u>listinfo/pd-list</a><br>
</blockquote></div><br></div>