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 1ee8ac5b3ae8bcb5c49847fe9860b4225e52eba5
parent bc3eccb8cde2a4d194e0d8e96893c20322b2ded6
Author: [email protected] <[email protected]>
Date:   Tue,  2 Aug 2016 17:44:47 +0300

Don't use thread_local in older macOS

Diffstat:
Mtests/transcendental_test.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/tests/transcendental_test.cpp b/tests/transcendental_test.cpp @@ -9,6 +9,7 @@ #include "testo/testo.hpp" #include <kfr/math.hpp> +#define MPFR_THREAD_LOCAL #include "mpfr/mpfrplus.hpp" using namespace kfr;