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

Follow up to the offload-arch-fix: qsort and static linkage #375

Merged

Conversation

rasmith
Copy link
Contributor

@rasmith rasmith commented Apr 26, 2024

This is a follow up to the offload-arch-fix PR. Need to add qsort in order to dedup arch names. Use static linkage for the functions added just to avoid any possible build errors.

Copy link
Collaborator

@jart jart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this. A static long[] array each holding 8 ascii characters, combined with Cosmopolitan Libc's longsort() function could have made your job easier. Perhaps we'll save it for next time :-) I'm always interested in what we can do to pump up our support for AMD.

@jart jart merged commit 58d2ca0 into Mozilla-Ocho:main Apr 26, 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.

None yet

2 participants