We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
__riscv_mul: defined when targeting the 'M' ISA extension.
I think it is safe to change this to targeting the 'M' or "Zmul' ISA extension.
__riscv_compressed: defined when targeting the 'C' ISA extension.
How is this expected to behave when not the full C, but elements of Zc are implemented?
The text was updated successfully, but these errors were encountered:
It is safe from a "functionality included in an extension" view. That does not mean that it still cannot break builds.
I'm okay with this such a change if LLVM and GCC maintainers accept patches that implement this change.
Sorry, something went wrong.
No branches or pull requests
__riscv_mul: defined when targeting the 'M' ISA extension.
I think it is safe to change this to targeting the 'M' or "Zmul' ISA extension.
__riscv_compressed: defined when targeting the 'C' ISA extension.
How is this expected to behave when not the full C, but elements of Zc are implemented?
The text was updated successfully, but these errors were encountered: