Skip to content

Commit

Permalink
libprofit 1.7.4
Browse files Browse the repository at this point in the history
This version fixes a small problem spotted by valgrind, where we were
multiplying uninitialized complex values coming out of the FFT forward
transformation. These multiplications were actually unnecessary, so they
did not affect the final result, and only augmented the cost of the
FFT-based convolution (though only by a small fraction).

Signed-off-by: Rodrigo Tobar <rtobar@icrar.org>
  • Loading branch information
rtobar committed Aug 13, 2018
1 parent 4deb0d5 commit 2348602
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.7.3
1.7.4

0 comments on commit 2348602

Please sign in to comment.