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

Refer to the RISC-V C API document for preprocessor definitions #61

Merged

Conversation

asb
Copy link
Contributor

@asb asb commented Sep 10, 2024

The list in this document is incomplete, and the riscv-c-api-doc repo has since been created to hold this kind of information. Let's just point there rather than trying to maintain the same information in two places.

That document doesn't mention that older version of GCC defined __riscv__ but I think this is just a historical curiousity at this point, so this isn't a real loss of information.

The list in this document is incomplete, and the riscv-c-api-doc repo
has since been created to hold this kind of information. Let's just
point there rather than trying to maintain the same information in two
places.

That document doesn't mention that older version of GCC defined
`__riscv__` but I think this is just a historical curiousity at this
point, so this isn't a real loss of information.
Copy link
Collaborator

@cmuellner cmuellner left a comment

Choose a reason for hiding this comment

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

LGTM

We could even consider removing the whole section.

@asb asb mentioned this pull request Sep 10, 2024
@asb
Copy link
Contributor Author

asb commented Sep 10, 2024

LGTM

We could even consider removing the whole section.

We could, but it's probably helpful for readers who might have been used to checking in this doc to have a pointer to the right location. Perhaps when a new intro is added that links to relevant documents and better explains the scope of this document might be a good time for doing such a removal.

@cmuellner cmuellner merged commit 56ae27d into riscv-non-isa:main Sep 10, 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.

2 participants