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

Review multilibs being used for gcc #1186

Open
jordancarlin opened this issue Dec 9, 2024 · 2 comments
Open

Review multilibs being used for gcc #1186

jordancarlin opened this issue Dec 9, 2024 · 2 comments

Comments

@jordancarlin
Copy link
Member

Right now we are building the following multilibs for gcc:

  • rv32e-ilp32e
  • rv32i-ilp32
  • rv32im-ilp32
  • rv32iac-ilp32
  • rv32imac-ilp32
  • rv32imafc-ilp32f
  • rv32imafdc-ilp32d
  • rv64i-lp64
  • rv64ic-lp64
  • rv64iac-lp64
  • rv64imac-lp64
  • rv64imafdc-lp64d
  • rv64im-lp64

Notably absent is anything related to bit manipulation, crypto, zifencei, and zfh, but many other extensions that we use are also missing. It is probably worth reviewing these and at least adding multilib configurations that match each of the main CVW configs.

@davidharrishmc
Copy link
Contributor

davidharrishmc commented Dec 9, 2024 via email

@jordancarlin
Copy link
Member Author

@stineje Any opinions/insight regarding multilibs? Otherwise I'm fine leaving as it is for now.

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

No branches or pull requests

2 participants