Skip to content

Commit d21c92b

Browse files
perf 2
1 parent a5be74e commit d21c92b

5 files changed

Lines changed: 465 additions & 2344 deletions

File tree

src/detail/MAG_REPRESENT_KERNEL.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ struct bruun_phase_slope_leaf {
1616
template<typename T, int Leaves, int Q>
1717
struct bruun_phase_slope_tables;
1818

19-
static constexpr double bruun_tau = 2.0 * M_PI;
20-
static constexpr double bruun_pio2 = 0.5 * M_PI;
21-
2219
static BRUUN_ALWAYS_INLINE double bruun_fused_madd(double a, double b, double c) {
2320
#if defined(__FMA__)
2421
return __builtin_fma(a, b, c);

src/detail/bodft_kernel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
// complex_t/complex_f32_t and the SIMD-backend machinery from the Bruun real
3535
// kernel; only the decimation arithmetic is new.
3636

37-
#include "bruun_dif_kernel.hpp"
37+
#include "bruun_simd_backend.hpp"
3838

3939
#include <cmath>
4040
#include <cstddef>

0 commit comments

Comments
 (0)