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

[watcom libc] Improve fmemcmp #2172

Merged
merged 2 commits into from
Jan 3, 2025
Merged

[watcom libc] Improve fmemcmp #2172

merged 2 commits into from
Jan 3, 2025

Conversation

ghaerr
Copy link
Owner

@ghaerr ghaerr commented Jan 3, 2025

Improves fmemcmp for OWC by returning -1/1 based on the difference of the first differing bytes, treated as unsigned char values. While not yet used, this is required by the C86 toolchain memcmp function in compiler/expr.c.

@ghaerr ghaerr merged commit 60c2fe0 into master Jan 3, 2025
2 checks passed
@ghaerr ghaerr deleted the fmemcmp branch January 3, 2025 03:40
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.

1 participant