Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

integrate neon math functions into scsynth #63

Open
LFSaw opened this issue Sep 3, 2017 · 1 comment
Open

integrate neon math functions into scsynth #63

LFSaw opened this issue Sep 3, 2017 · 1 comment

Comments

@LFSaw
Copy link

LFSaw commented Sep 3, 2017

https://github.com/BelaPlatform/Bela/wiki/Fast-math-functions

@giuliomoro
Copy link

giuliomoro commented Nov 29, 2017

MEMO FOR LATER:

pow(), for instance, does not seem well optimized in nova-simd.

Change the function in use at this line of server//plugins/BinaryOpUGens.cpp

6826                     case opPow   : func = &pow_ka_nova; break;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants