aboutsummaryrefslogtreecommitdiffstats
path: root/common/bsinc_defs.h
Commit message (Collapse)AuthorAgeFilesLines
* Generate the bsinc tables using constexpr methodsChris Robinson2020-04-021-0/+13
All the methods used should be compliant with C++14 constexpr rules. However, the number of scales and phases cause GenerateBSincCoeffs to reach the allowed step limit, preventing full compile-time generation. It's not a terribly big deal, it'll generate them very quickly when loading, but it does prevent using shared read-only memory pages.