diff options
author | Max Kellermann <max@duempel.org> | 2014-03-14 23:45:27 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-03-15 11:41:01 +0100 |
commit | 5696f91a1e5e0cd1022c60737465c29b429ea599 (patch) | |
tree | 3b81b96802113065c28faf97af12503260c29551 /NEWS | |
parent | 3932e62fc7d8bc05e4f77c1b3cd69fd314cee3d1 (diff) | |
download | mpd-5696f91a1e5e0cd1022c60737465c29b429ea599.tar.gz mpd-5696f91a1e5e0cd1022c60737465c29b429ea599.tar.xz mpd-5696f91a1e5e0cd1022c60737465c29b429ea599.zip |
pcm/PcmFormat: ARM NEON optimizations for float->s16
This is nearly 4 times faster than the "portable" algorithm.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ ver 0.19 (not yet released) - allow playlist directory without music directory - use XDG to auto-detect "music_directory" and "db_file" * new resampler option using libsoxr +* ARM NEON optimizations * install systemd unit for socket activation * Android port |