You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
All of the interesting functions in https://doc.rust-lang.org/std/primitive.f32.html:
The text was updated successfully, but these errors were encountered: