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.64k stars 252 forks source link

Build breaks on the riscv64 architecture: error: no member named 'neon' in 'kfr::cpu_t' #158

Closed yurivict closed 2 years ago

yurivict commented 2 years ago

FreeBSD 13.1

dancazarin commented 2 years ago

As of now, RISC-V is not supported in KFR. The list of supported architectures is: x86, x86_64, ARM (ARMv7+ hf) and AArch64 (aka ARM64)