dsharlet / LiveSPICE

Real time SPICE simulation for audio signals
MIT License
416 stars 61 forks source link

Implement fast, low precision math library for compiled expressions #13

Open dsharlet opened 10 years ago

dsharlet commented 10 years ago

It is likely that the accuracy of the standard transcendental functions from System.Math is overkill for this application. It might be possible to improve performance by providing an alternative implementation of StandardMath that uses fast, low precision approximations instead.

nybbs2003 commented 6 years ago

or maybe hardware acceleration?