Skip to content
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

Use smaller IPIO2 table for 16 and 32 bit architectures #266

Merged
merged 1 commit into from
Jul 31, 2022

Conversation

Outurnate
Copy link
Contributor

Fixes #250

All tests pass after change. The longer version of the table is only needed for 128 bit floats, which this lib doesn't support. The short table could be used on all architectures, honestly

@Amanieu Amanieu merged commit 2af4e21 into rust-lang:master Jul 31, 2022
@Amanieu
Copy link
Member

Amanieu commented Jul 31, 2022

Yes, we should probably use the short table everywhere. However we may end up adding f128 in the future, so it's good to still have the code in there.

waynevanson added a commit to waynevanson/veml6030-rs that referenced this pull request May 10, 2023
waynevanson added a commit to waynevanson/veml6030-rs that referenced this pull request May 10, 2023
waynevanson added a commit to waynevanson/veml6030-rs that referenced this pull request May 10, 2023
waynevanson added a commit to waynevanson/veml6030-rs that referenced this pull request May 10, 2023
This commit contains PR from rust-lang/libm#266
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

failed to compile targeting avr
2 participants