1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-11-08 20:12:27 +01:00
soundtouch/source/SoundTouch
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
..
AAFilter.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
AAFilter.h Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
BPMDetect.cpp BPMDetect: Make conversion from size_t to int explicit 2020-04-28 10:48:47 +02:00
cpu_detect_x86.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
cpu_detect.h Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
FIFOSampleBuffer.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
FIRFilter.cpp Tuning for ARM NEON 2020-06-21 20:38:00 +03:00
FIRFilter.h Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
InterpolateCubic.cpp Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
InterpolateCubic.h Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
InterpolateLinear.cpp Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
InterpolateLinear.h MIsc. source comment typos 2018-07-27 12:26:56 -04:00
InterpolateShannon.cpp Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
InterpolateShannon.h Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
Makefile.am Tuning for ARM NEON 2020-06-21 20:38:00 +03:00
mmx_optimized.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
PeakFinder.cpp BPM PeakFinder: Fix possible reading past end of array. 2019-01-07 18:55:36 +02:00
PeakFinder.h MIsc. source comment typos 2018-07-27 12:26:56 -04:00
RateTransposer.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
RateTransposer.h Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
SoundTouch.cpp Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
SoundTouch.sln Migrated MS Visual Studio build scripts to VS2015 2018-05-10 23:54:07 +03:00
SoundTouch.vcxproj Windows build: Retargeted to Visual Studio 2019 and Windows 10. Removed obsolete /Gm build option. 2020-02-02 18:58:46 +02:00
sse_optimized.cpp Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
TDStretch.cpp Tuning for ARM NEON 2020-06-21 20:38:00 +03:00
TDStretch.h Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00