dannys4 / FFT-Research-F20

Research into accelerated FFTs
MIT License
2 stars 1 forks source link

Overlapping code #8

Open dannys4 opened 3 years ago

dannys4 commented 3 years ago

There is significant code overlap between the constTree.hpp and tree.hpp files. Add some kind of guarded constexpr macro and combine the redundant code in one header file.