mirror of https://github.com/FFmpeg/FFmpeg.git
By replacing memcpy with an unrolled loop using the alignment knowledge it has, some speedup can be obtained. Before (gcc 4.6.1): ~400 cycles After: ~370 cycles Overall, around 2% speed increase when decoding a 2400s mp3 to f32le. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>pull/3/merge
parent
ae591aeea5
commit
f3e084909b
1 changed files with 20 additions and 1 deletions
Loading…
Reference in new issue