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

Use Standard Integers Directly #208

Closed
insertinterestingnamehere opened this issue Dec 6, 2023 · 1 comment
Closed

Use Standard Integers Directly #208

insertinterestingnamehere opened this issue Dec 6, 2023 · 1 comment

Comments

@insertinterestingnamehere
Copy link
Collaborator

We currently have an old header generation script to correctly pull in the integer types that are normally defined in stdint.h. It existed primarily for compatibility with implementations that didn't provide those headers in the right places. This hasn't been a concern with current compilers for many years and we should drop that functionality and use stdint.h directly instead of qthreads-int.h.

The relevant generation script is: https://github.com/sandialabs/qthreads/blob/619afe98edce0098f656c32acf09a12789becad0/config/ax_create_stdint_h.m4

@insertinterestingnamehere
Copy link
Collaborator Author

Fixed in #271

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant