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

ISA Extensions #92

Closed
berkkis opened this issue Aug 23, 2019 · 2 comments
Closed

ISA Extensions #92

berkkis opened this issue Aug 23, 2019 · 2 comments

Comments

@berkkis
Copy link

berkkis commented Aug 23, 2019

Hi,
I have a question regarding ISA extension group G (IMFAD).
Will there be support for remainder ?
If not what is the suggested practice for adding support for them ?
Thank you,

@taoliug
Copy link
Contributor

taoliug commented Aug 23, 2019

Yes, there's plan to support the FAD extension. Here's preferred the way to do it:

  1. Create a development branch for each ISA extensions
  2. File a bug for each ISA extensions
    • List all the features required to support this new ISA, collaborators can participate in the development by adding feature requirements, review PR, implement features etc.
  3. Finish all development work under development branch before merging to the mainline.

I will go ahead to create a development branch for A extension first. Regarding the complexity , I think A,D are relatively easy, may take a couple of weeks to implement. F extension will take more time, presumably a month or two.

@taoliug
Copy link
Contributor

taoliug commented Aug 27, 2019

I am closing this for now. Will have separate issue to track individual ISA extension implementation

@taoliug taoliug closed this as completed Aug 27, 2019
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