kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
Log | Files | Refs | README

commit cd6d4e1c87fcc1a052c0eb3604210dafa1712f52
parent ace990928e41e6a396ecb2208e26d595f339f988
Author: [email protected] <[email protected]>
Date:   Tue, 26 Jul 2016 13:42:52 +0300

using testo::assert_is_same

Diffstat:
Mtests/complex_test.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tests/complex_test.cpp b/tests/complex_test.cpp @@ -15,6 +15,7 @@ #include <kfr/version.hpp> using namespace kfr; +using testo::assert_is_same; TEST(complex_vector) {