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

Disable small versions of ctype functions #380

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

amilendra
Copy link
Collaborator

picolibc/picolibc@43a3894 adds support for a small ctype implementation -- an inline version which performs direct character value comparisons without needing a table.

However this implementation does not support locales or extended character sets. Therefore fallback to the classic, table based ctype implementation.

patches/picolibc.patch Outdated Show resolved Hide resolved
picolibc/picolibc@43a3894
adds support for a small ctype implementation -- an inline version which performs
direct character value comparisons without needing a table.

However this implementation does not support locales or extended character sets needed
by libc++. Therefore fallback to the classic, table based ctype implementation.
@amilendra amilendra force-pushed the disable-small-ctype branch from 5d35fe2 to de461c0 Compare January 19, 2024 14:31
@amilendra amilendra merged commit f7b8ab9 into ARM-software:main Jan 19, 2024
1 check passed
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.

2 participants