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 eda29fb412a8e659e149eae9c8462a0389adcec7
parent bcb745250083661b93e80a721bbfe384db06efff
Author: [email protected] <[email protected]>
Date:   Wed, 20 Jul 2016 13:58:11 +0300

#include cpuid_auto.hpp

Diffstat:
Minclude/kfr/dispatch/runtimedispatch.hpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/kfr/dispatch/runtimedispatch.hpp b/include/kfr/dispatch/runtimedispatch.hpp @@ -24,7 +24,7 @@ #include "../base/dispatch.hpp" #include "../base/types.hpp" -#include "cpuid.hpp" +#include "cpuid_auto.hpp" namespace kfr {