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 dbb0c7bb0c7be81225cf573c4702464facf3db4e
parent d948dbd9a7dc4ead480a1d179da11ac18a0eda37
Author: [email protected] <[email protected]>
Date:   Mon, 16 Oct 2023 09:39:49 +0100

Fix ambiguities with std::identity (c++20)

Diffstat:
Minclude/kfr/simd/types.hpp | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/include/kfr/simd/types.hpp b/include/kfr/simd/types.hpp @@ -54,6 +54,8 @@ namespace kfr // Include all from CoMeta library using namespace cometa; +using cometa::identity; + using cometa::fbase; using cometa::fmax;