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-config/riscv_config/constants.py
Line 28 in 7273a5e
I get spurious error
Input ISA string : RV64IZfhmin does not match accepted canonical ordering
because Zfhmin is not supported in this list.
Also it seems that the order is incorrect (correct is IMAFDC, but Zc* precedes Zf*).
IMAFDC
Zc*
Zf*
The text was updated successfully, but these errors were encountered:
No branches or pull requests
riscv-config/riscv_config/constants.py
Line 28 in 7273a5e
I get spurious error
because Zfhmin is not supported in this list.
Also it seems that the order is incorrect (correct is
IMAFDC
, butZc*
precedesZf*
).The text was updated successfully, but these errors were encountered: