kfrlib / kfr

Fast, modern C++ DSP framework, FFT, Sample Rate Conversion, FIR/IIR/Biquad Filters (SSE, AVX, AVX-512, ARM NEON)
https://www.kfrlib.com
GNU General Public License v2.0
1.65k stars 253 forks source link

Link error #117

Closed asesidaa closed 3 years ago

asesidaa commented 3 years ago

I tried several methods, but every time I get a link error

lld-link: error: undefined symbol: struct kfr::univector<signed char, 4294967295> __cdecl kfr::sse2::intrinsics::convolve<signed char>(struct kfr::univector<signed char const, 0> const &, struct kfr::univector<signed char const, 0> const &)

I am working on windows 10. What might be the problem?

dancazarin commented 3 years ago

You need to link against kfr_dft to use convolution.