aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-03-14 23:45:27 +0100
committerMax Kellermann <max@duempel.org>2014-03-15 11:41:01 +0100
commit5696f91a1e5e0cd1022c60737465c29b429ea599 (patch)
tree3b81b96802113065c28faf97af12503260c29551 /NEWS
parent3932e62fc7d8bc05e4f77c1b3cd69fd314cee3d1 (diff)
downloadmpd-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--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fa5c49298..79bb27b5f 100644
--- a/NEWS
+++ b/NEWS
@@ -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