pcm/PcmFormat: ARM NEON optimizations for float->s16

This is nearly 4 times faster than the "portable" algorithm.
This commit is contained in:
Max Kellermann
2014-03-14 23:45:27 +01:00
parent 3932e62fc7
commit 5696f91a1e
4 changed files with 137 additions and 1 deletions

1
NEWS
View File

@@ -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