You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
picolibc: Add io-long-long=true and printf-small-ultoa=true
The first option ensures that long long values will be displayed
correctly with either float or integer printf variants. To mitigate
memory used by this, the printf-small-ultoa option avoids pulling in
soft division code for long long types.
There's a new 'minimal' variant for space-sensitive applications; that
version does not get long long support with this change.
Signed-off-by: Keith Packard <keithp@keithp.com>
0 commit comments