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

fixed missing cstdint includes + fixed narrowing conversion error on RISC-V platform #13

Merged
merged 2 commits into from
Oct 15, 2024

Conversation

vogma
Copy link
Contributor

@vogma vogma commented Sep 30, 2024

This pull request includes two small changes.

  1. On all the machines i tested on (2x x86 and 1x RISC-V), i got errors about missing cstdint includes in the project when using the gcc compiler. I added the missing includes to the header files.
  2. When compiling the benchmark-suite on a RISC-V architecture, a narrowing conversion error occurs. This PR adds an explicit signed to the corresponding char array.

@gaspardpetit gaspardpetit merged commit 143c4a2 into gaspardpetit:main Oct 15, 2024
@gaspardpetit
Copy link
Owner

Thank you!

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.

2 participants