-
Notifications
You must be signed in to change notification settings - Fork 146
Support MulAdd and MulAddAssign for no_std #102
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
Comments
The I think |
Oh, #99 actually does include this! |
The libm feature is now supported in 2.0.9. |
Uh oh!
There was an error while loading. Please reload this page.
Is MulAdd and MulAddAssign supported for no_std?
I looked at the docs for for f64 and as far as I understand there shouldn't be any problem in making these traits no_std.
Looking at the code for mul_add it looks like only std is supported?
https://doc.rust-lang.org/core/intrinsics/fn.fmaf32.html
https://doc.rust-lang.org/core/intrinsics/fn.fmaf64.html
The text was updated successfully, but these errors were encountered: