-
Notifications
You must be signed in to change notification settings - Fork 10
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
32bit Float Support #18
Comments
It should be pretty straightforward to add 32-bit float support. Probably just needs a feature flag which switches the definition of |
Hi, thanks for you quick reply and sorry for my late one. I was on vacation... Regards, |
What Rust target are you using to compile? |
We re building for RUST target: arm-unknown-linux-gnueabihf |
I delieve the |
Hi,
we're using this lib in our rust project and it's great!
Unfortunately we now need to port our project to a 32-bit platform. There 64bit floating point operations are super slow. So we would like to switch to 32-bit floats.
In the osqp itself this seems to be possible using DFLOAT=ON. We’ve tried setting this flag in the build.rs but just that did not make it 😉
Could you give us a hint how much work it will be to port the crate to 32-bit float? Or do you even know of a fort that does it?
Would you be interested in a MR to add 32-bit float support?
Regards,
Jakob
The text was updated successfully, but these errors were encountered: