Overview
Request 866412 accepted
- update to 2.2.0:
* Improvements to help compiler autovectorization
* Bugfix in integer version of calcCrossCorrAccumulate()
* Compensate initial buffering of anti-alias filter and intepolator.
* Tuning for ARM NEON
* BPMDetect: Make conversion from size_t to int explicit
* BPM PeakFinder: Fix possible reading past end of array.
* Change correlation loop 'sum' variable type from double to float
- Created by dirkmueller
- In state accepted
- Package maintainers: ateixeira and plater
Request History
dirkmueller created request
- update to 2.2.0:
* Improvements to help compiler autovectorization
* Bugfix in integer version of calcCrossCorrAccumulate()
* Compensate initial buffering of anti-alias filter and intepolator.
* Tuning for ARM NEON
* BPMDetect: Make conversion from size_t to int explicit
* BPM PeakFinder: Fix possible reading past end of array.
* Change correlation loop 'sum' variable type from double to float
tiwai accepted request
Thanks.