1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-09-20 00:11:38 +02:00
soundtouch/source/SoundStretch
Olli Parviainen 3d7bf376fd Tuning for ARM NEON
Tuning to enable ARM NEON SIMD performance improvements:
- NEON detection in configure file
- Remove manual loop unrolling, gcc autovectorization does better job
without manually unrolled loops.
- Avoid unaligned pointer accesses when using NEON
2020-06-21 20:38:00 +03:00
..
main.cpp Eliminate assert condition by reading # sample elements that are multiple of num-of-channels 2018-10-28 15:49:50 +02:00
Makefile.am Tuning for ARM NEON 2020-06-21 20:38:00 +03:00
RunParameters.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
RunParameters.h Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
soundstretch.sln Migrated MS Visual Studio build scripts to VS2015 2018-05-10 23:54:07 +03:00
soundstretch.vcxproj Windows build: Retargeted to Visual Studio 2019 and Windows 10. Removed obsolete /Gm build option. 2020-02-02 18:58:46 +02:00
WavFile.cpp New take on CVE-2018-17097 i.e. avoiding writing beyond end of buffer in case of 24-bit samples 2018-10-31 18:36:05 +02:00
WavFile.h Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00