Make the sqrt_internal macro customisable

pull/83/head
Finlay Davidson 2023-04-03 22:00:36 +02:00
rodzic e5e4c745c1
commit 5c652cdc95
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -50,7 +50,9 @@
#ifdef FFT_SQRT_APPROXIMATION
#include <type_traits>
#else
#define sqrt_internal sqrt
#ifndef sqrt_internal
#define sqrt_internal sqrt
#endif
#endif
enum class FFTDirection