Open luketpickering opened 2 years ago
I cherry-picked all the non-sincos parts of this into https://github.com/cafana/OscLib/pull/10 and added my own sincos solution. If that looks good, I will merge that one.
Except, we still need a generic solution for finding the ROOT library directory. If you can commit a fix for that somewhere I will patch up the branch.
Why all the changes to
_sincos()
? Why not put a definition ofsincos()
in terms of__sincos()
inside an if-apple test, same as with the stan implementation? That would lead to less churn, and less need to remember that we did something weird because Apple.