-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
How can user find out what extensions supported when use riscv-gnu-toolchain without a source code sight? #1101
Comments
For me the output of What helps with ABIs and code models is BTW, AArch64 supports this:
And on x86 it is possible to get a list of supported march strings using However, given the fact, that users can compose the march string on RISC-V, someone would have to write a patch, that collects all supported extensions and prints them (preferably as part of |
A potential proposal is adding |
Issue created riscv-non-isa/riscv-toolchain-conventions#24 |
Maybe I'm looking at this too simplistically, but doesn't the following provide the required info?
That provides the default arch/abi for the toolchain (last line of the grepped Edit: I just noticed that the output from
This may be a separate issue relating to the inference of some extensions over and above those specific in the |
No update in over a year and it seems to me that earlier posts explain how to obtain the relevant info so I am closing this issue. |
When user use riscv-gnu-toolchain, a common problem is that they don't know what extensions was supported for their toolchain.
Should we add some features for toolchain that make user use more convenient.
The text was updated successfully, but these errors were encountered: