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 |
|
Isamu Mogi
|
6b6c36d3e1
|
Update Visual Studio files on EXTRA_DIST
This fixes following error on `make dist`:
```
make[6]: *** No rule to make target `SoundTouch.dsp', needed by `distdir-am'. Stop.
```
|
2018-06-02 15:53:05 +09:00 |
|
Olli
|
47f74e83ef
|
Merged typo correction patch
|
2018-05-12 18:40:56 +03:00 |
|
Olli
|
c4154b063f
|
Corrected typos in source code comments
|
2018-05-12 18:39:43 +03:00 |
|
Olli
|
e765f8146f
|
Removed Subversion $Id$, $Date$ etc autoupdate tags
|
2018-05-10 21:51:49 +03:00 |
|
oparviai
|
708f1d7e0b
|
Revised autoconf/automake scripts for easier adding of custom CXXFLAGS
|
2015-05-01 07:55:47 +00:00 |
|
oparviai
|
6935032a52
|
Added openmp configuration for gnu buid
|
2015-02-22 08:19:09 +00:00 |
|
oparviai
|
d7d0a5c0f9
|
Implemented parallel computation using OpenMP pragmas
|
2015-02-21 21:24:29 +00:00 |
|
oparviai
|
1b73f0a77e
|
Removed linker -strip option from SoundStretch gcc compilation
|
2011-07-17 10:59:56 +00:00 |
|
oparviai
|
12e7cf78f3
|
Edited keyword properties
|
2008-12-25 17:54:41 +00:00 |
|
oparviai
|
26bbd80873
|
Moved SoundStretch from "source/example" to "source" directory
|
2008-12-25 17:00:23 +00:00 |
|