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

don't define uint64_t ; #include <stdint.h> instead #38

Open
monniaux opened this issue Nov 24, 2022 · 1 comment
Open

don't define uint64_t ; #include <stdint.h> instead #38

monniaux opened this issue Nov 24, 2022 · 1 comment

Comments

@monniaux
Copy link

bench/parallel/rosace/thread1/types.h defines uint64_t. Unfortunately, the definition it gives is incompatible, on certain platforms and compilers, with the one in stdint.h, which may have ended being included before.

Just use #include <stdint.h> instead.

@schoeberl
Copy link
Member

Thanks for notification of this issue. Maybe you can fix it with a PR?

Lithrein added a commit to Lithrein/tacle-bench that referenced this issue Feb 22, 2024
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

No branches or pull requests

2 participants