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
Hi, I noticed there's a dependency on f64 in the code. My platform only has a 32-bit MMU so 64-bit math leads to software floating point operations - would it make sense to provide optional 32-bit output instead?
Hi, I noticed there's a dependency on f64 in the code. My platform only has a 32-bit MMU so 64-bit math leads to software floating point operations - would it make sense to provide optional 32-bit output instead?