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
rust-lang/rfcs#2505 is the blocker. I had a look at what nalgebra did, which was to let you link your own math functions. I'm not sure if that's the best approach (i.e. I really have no idea), I wasn't keen to just do what nalgebra did without knowing if it was actually a good solution. Potentially glam could just define it's own trig an sqrt functions. That would be an alternative approach to being no_std.
oh, right. I've spent the past few days safe wrapping sse/sse2 for my core only crate and somehow i still totally forgot that there's no sqrt in core itself.
I'll look in to pure rust sqrt/sin/cos soon and if I find anything promising I'll bring it here too.
You mention in the readme that you'd like to have no_std support, what are the current blockers?
The text was updated successfully, but these errors were encountered: