BelaPlatform / supercollider

an environment and programming language for real time audio synthesis and algorithmic composition
GNU General Public License v3.0
14 stars 8 forks source link

integrate neon math functions into scsynth #63

Open LFSaw opened 6 years ago

LFSaw commented 6 years ago

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

giuliomoro commented 6 years ago

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;