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

fast exp/log/tanh #1

Open
Boscop opened this issue May 30, 2017 · 0 comments
Open

fast exp/log/tanh #1

Boscop opened this issue May 30, 2017 · 0 comments

Comments

@Boscop
Copy link

Boscop commented May 30, 2017

In case the goal of this crate is to include more fast functions (which I hope), here is some inspiration:
https://www.kvraudio.com/forum/viewtopic.php?f=33&t=464290
https://github.com/herumi/fmath
https://github.com/herumi/xbyak
https://varietyofsound.wordpress.com/2011/02/14/efficient-tanh-computation-using-lamberts-continued-fraction/#more-1929

I'm not sure if these are the best/fastest (for writing audio DSP plugins). It's always a tradeoff between accuracy and speed.
It would be useful to have them in Rust too, when writing audio DSP plugins in Rust.

vks added a commit to vks/fast-math that referenced this issue Jan 8, 2019
Partially adresses huonw#1.
vks added a commit to vks/fast-math that referenced this issue Jan 8, 2019
Partially adresses huonw#1.
@huonw huonw mentioned this issue Jan 13, 2019
3 tasks
vks added a commit to vks/fast-math that referenced this issue Mar 6, 2019
Partially adresses huonw#1.
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

1 participant