here. flac 1.1.0, as compiled with fink takes ~47% more wall clock time by default, and
~65% more at -8. I have been so used to looking at multiples of time that I miscalculated.
Anyways, I am cutting and pasting the results to avoid any further blundering. The altivec
version takes ~32% less time by default, and ~%38 at -8. The other per function times
were correct, and are probably very close to what is possible. In any case, results will vary.
I forgot to mention; after applying the patch, you will have to run autogen.sh for the
configure script to recognize the altivec code.
Chris
straylight../src/flac> time flac -s -o /dev/null d.wav [88]
flac -s -o /dev/null d.wav 15.43s user 0.47s system 99% cpu 15.981 total
straylight../src/flac> time ./flac -s -o /dev/null d.wav [89]
./flac -s -o /dev/null d.wav 10.46s user 0.44s system 99% cpu 10.961 total
straylight../src/flac> time flac -s8 -o /dev/null d.wav [90]
flac -s8 -o /dev/null d.wav 57.49s user 0.42s system 99% cpu 58.273 total
straylight../src/flac> time ./flac -s8 -o /dev/null d.wav [91]
./flac -s8 -o /dev/null d.wav 35.33s user 0.37s system 99% cpu 35.947 total
------------------------------------------------------- This SF.Net email is sponsored by: thawte's Crypto Challenge Vl Crack the code and win a Sony DCRHC40 MiniDV Digital Handycam Camcorder. More prizes in the weekly Lunch Hour Challenge. Sign up NOW http://ad.doubleclick.net/clk;10740251;10262165;m _______________________________________________ Flac-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/flac-dev
