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 000aeaeeb9fe44fe79b11fc66660834ab335e601
parent 45dbd091a467c5300991e020e98e3eaca6e1df03
Author: [email protected] <[email protected]>
Date:   Tue,  6 Sep 2016 13:46:25 +0300

Define KFR_SHUFFLE_SPECIALIZATIONS

Diffstat:
Minclude/kfr/base/shuffle.hpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/include/kfr/base/shuffle.hpp b/include/kfr/base/shuffle.hpp @@ -593,4 +593,5 @@ constexpr CMT_INLINE vec<T, N> onoff(vec_t<T, N>, cint_t<on> = cint_t<on>(), cin } KFR_FN(onoff) } +#define KFR_SHUFFLE_SPECIALIZATIONS 1 #include "specializations.i"