Skip to content

fixed ldexpf, and reduced GDB1 autotest errors #607

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

Merged
merged 2 commits into from
May 20, 2025
Merged

Conversation

ZERICO2005
Copy link
Contributor

ldexpf had a small bug where it did (expon < 0) instead of (expon <= 0). So I fixed that

I also replaced printf with boot_sprintf in some autotests to reduce the chances of GDB1 errors. Since using boot_sprintf makes DEMO.8xp smaller by ~8kb

@mateoconlechuga mateoconlechuga merged commit 309e2c5 into master May 20, 2025
9 checks passed
@mateoconlechuga mateoconlechuga deleted the float_fixes branch May 20, 2025 07:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants