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

switch from qsort_[rs] to qsort #18

Merged
merged 4 commits into from
Aug 7, 2017
Merged

Conversation

dankelley
Copy link
Contributor

Switching to qsort instead of one of the three alternatives has the advantage of making the code universal across compilers and machines, removing the need for machine-specific #if code blocks. Those blocks are brittle to the addition of new machines/compilers to the support list.

This has been discussed at TEOS-10/GSW-R#41 (comment)

@hylandg hylandg merged commit 5b4d959 into TEOS-10:master Aug 7, 2017
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