all: update picolibc to v1.8 - #5570
Draft
jakebailey wants to merge 5 commits into
Draft
Conversation
Member
Author
|
In the time I spent doing this 1.8.12 has come out, so I guess I'll do that |
jakebailey
force-pushed
the
update-picolibc-1.8.11
branch
from
August 2, 2026 18:09
7af6d46 to
a3583d3
Compare
Member
Author
|
Hm, the test failure is a latent bug in picolibc, and updating to 1.8.12 actually exposed it in newer code I guess I'll have to send them a PR or something |
jakebailey
marked this pull request as draft
August 2, 2026 20:14
This was referenced Aug 2, 2026
Member
Author
|
This is now pointing at picolibc main, I also have picolibc/picolibc#1344 which I think will be important for the |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a prereq for enabling
setjmp-based panic/recover handling on xtensa; only 1.8.7+ have the right bits to be able to do spilling without an OS (older versions do asyscallwhich of course fails in tinygo).Basically everything in this PR is the
newlibandtinystdiopromotions.As a result, some more tests start working due to better math stuff, which I've enabled. The only trick there is that the intrinsics for sin/cos need to point to the right places.
I tested everything I could locally, but we'll see if CI is mad.