• Max Kellermann's avatar
    decoder/dsf: simplify dsf_to_pcm_order() · d8782ce5
    Max Kellermann authored
    Don't pass the buffer size to the function, as it's known at compile
    time.  Use "restrict" on the pointer arguments, and merge the two
    loops, which allows the compiler to optimize this loop with a few SSE2
    instructions.
    d8782ce5
Name
Last commit
Last update
android Loading commit data...
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
systemd Loading commit data...
test Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...
mpd.svg Loading commit data...
valgrind.suppressions Loading commit data...