This set of patches removes PPC/Altivec code from FLAC. I decided to split the patch into 5 parts to make it more simple: 1) removes FLAC__lpc_restore_signal_asm_ppc_altivec_16* from lpc.h and stream_decoder.c 2) removes PPC-specific code from cpu.c and cpu.h 3) removes PPC stuff from libFLAC/Makefile.lite and build/*.mk 4) removes as/gas/PPC-specific stuff from configure.ac and libFLAC/Makefile.am 5) removes libFLAC/ppc folder and remove "src/libFLAC/ppc*/Makefile" lines from configure.ac The most problematic parts are 3 and 4 since I cannot directly test them neither on Darwin PPC nor on Linux PPC. -------------- next part -------------- A non-text attachment was scrubbed... Name: altivec_rm.zip Type: application/zip Size: 9941 bytes Desc: not available Url : http://lists.xiph.org/pipermail/flac-dev/attachments/20140709/164d72a9/attachment-0001.zip
lvqcl wrote:> The most problematic parts are 3 and 4 since I cannot directly > test them neither on Darwin PPC nor on Linux PPC.I'll try to power up my Linux/PPC machine in the next couple of days so I can test this. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/
Erik de Castro Lopo wrote:> lvqcl wrote: > >> The most problematic parts are 3 and 4 since I cannot directly >> test them neither on Darwin PPC nor on Linux PPC. > > I'll try to power up my Linux/PPC machine in the next couple of days > so I can test this.Any news?
lvqcl wrote:> The most problematic parts are 3 and 4 since I cannot directly > test them neither on Darwin PPC nor on Linux PPC.Finally managed to resurect my linux/ppc machine and test this. Applied and pushed. Well look at the rest of the outstanding patches over the next couple of days. Cheers, Erik -- ---------------------------------------------------------------------- Erik de Castro Lopo http://www.mega-nerd.com/