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

Match std's API #16

Open
8 tasks
huonw opened this issue Jan 13, 2019 · 1 comment
Open
8 tasks

Match std's API #16

huonw opened this issue Jan 13, 2019 · 1 comment

Comments

@huonw
Copy link
Owner

huonw commented Jan 13, 2019

All of the interesting functions in https://doc.rust-lang.org/std/primitive.f32.html:

@novacrazy
Copy link

novacrazy commented May 15, 2019

Has there been any progress on this? Would be great to use some of these in a path-tracer I'm working on.

You may find the trig functions in micromath useful to integrate. I'm not particularly a fan of the bitwise stuff done in that crate, though, which seems to be even slower than the normal ops on regular x86 processors.

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