1
0
mirror of https://github.com/RPCS3/soundtouch.git synced 2024-11-08 20:12:27 +01:00
soundtouch/include
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
..
BPMDetect.h Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
FIFOSampleBuffer.h Merged typo correction patch 2018-05-12 18:40:56 +03:00
FIFOSamplePipe.h Removed commented code, style cleanup 2018-08-12 20:51:24 +03:00
Makefile.am Removed Subversion $Id$, $Date$ etc autoupdate tags 2018-05-10 21:51:49 +03:00
soundtouch_config.h.in Tuning for ARM NEON 2020-06-21 20:38:00 +03:00
SoundTouch.h BPM PeakFinder: Fix possible reading past end of array. 2019-01-07 18:55:36 +02:00
STTypes.h Replaced illegal-number-of-channel assertions with run-time exception 2018-08-12 20:00:56 +03:00