On Mon, Mar 3, 2014 at 11:59 PM, peter green <[email protected]> wrote: > wonder what we should use on raspbian? I haven't tested on a Pi yet but it > seems that on all tests i've seen so-far the generic fpu code is quite a bit > slower than the arm nofpu code.
Indeed, it seems to be: ========== felipe@felipepi:mpg123-20140302115523-nofpu% ./scripts/benchmark-cpu.pl src/mpg123 ../convergence_-_points_of_view/*.mp3 Found 1 CPU optimizations to test... #mpg123 benchmark (user CPU time in seconds for decoding) #decoder t_s16/s t_f32/s ARM 86.26 90.66 ========= felipe@felipepi:mpg123-20140302115523% ./scripts/benchmark-cpu.pl src/mpg123 ../convergence_-_points_of_view/*.mp3 Found 2 CPU optimizations to test... #mpg123 benchmark (user CPU time in seconds for decoding) #decoder t_s16/s t_f32/s generic 102.80 100.06 generic_dither 121.10 100.84 ========= -- Saludos, Felipe Sateler -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/caafdzj8kwhvhz62pwgrx9xepzc_zyzqr9gf4kozlluwnq6b...@mail.gmail.com

