[flac-dev] Performance checks

2013-12-19 Thread Martijn van Beurden
Hi all, I had some time to spare so I made a comparison of current git versus the FLAC 1.3.0 release considering encoding and decoding speed. This was done with GCC 4.7.3 for AMD64 linux. There's a very nice speedup visible. Keep up the good work! FLAC 1.3.0 versus git a6a4b6f.pdf Descripti

Re: [flac-dev] [PATCH] Fix Makefile.am altivec logic

2013-12-19 Thread Erik de Castro Lopo
Gustavo Zacarias wrote: > Besides SPE (FSL e500v? cores) there are other powerpc processors > that don't support altivec instructions so only enable them when it's > 100% sure that the target has it. Thanks Gustavo, Committed and pushed. I can't currently test this as I've just moved house and m

Re: [flac-dev] Performance checks

2013-12-19 Thread Erik de Castro Lopo
Martijn van Beurden wrote: > Hi all, > > I had some time to spare so I made a comparison of current git versus > the FLAC 1.3.0 release considering encoding and decoding speed. This was > done with GCC 4.7.3 for AMD64 linux. > > There's a very nice speedup visible. Keep up the good work! I wa