]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
spxdec: Use read_u16() from portable_io.h.
authorAndre Noll <maan@tuebingen.mpg.de>
Wed, 19 Sep 2018 19:08:14 +0000 (21:08 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 8 Oct 2018 13:26:48 +0000 (15:26 +0200)
It's about 1% slower on my little endian system, but this is not
reason enough to keep the le_short() macro of spxdec.c. If anything,
the primitives in portable_io.h should be improved.


No differences found