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

some symbolic instructions are failing #120

Closed
zapashcanon opened this issue Jan 22, 2024 · 6 comments
Closed

some symbolic instructions are failing #120

zapashcanon opened this issue Jan 22, 2024 · 6 comments
Assignees
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@zapashcanon
Copy link
Member

see:

#96 (comment)
#96 (comment)
#96 (comment)

@epatrizio
Copy link
Collaborator

After #151 PR, instructions have been implemented.
However, it remains (non-exhaustive, in actual scope) :

@zapashcanon
Copy link
Member Author

cc @filipeom, I believe these are the last (hopefully) missing instructions in encoding 😅

@filipeom
Copy link
Collaborator

I think I added trunc, copysign can probably be implemented without an encoding operator. I can take a look at these when I get more free time 😃

@zapashcanon
Copy link
Member Author

@epatrizio could you do a PR where you re-enable the trunc tests then ? :)

@zapashcanon
Copy link
Member Author

Thanks! Do you want to try implementing copysign in Owi directly too ? This should not be too hard.

@zapashcanon zapashcanon added bug Something isn't working good first issue Good for newcomers labels Feb 19, 2024
@zapashcanon
Copy link
Member Author

This has actually been fixed, thanks @epatrizio ! :)

@filipeom, for now copy_sign is implemented in Owi, if you think it would make sense to have it directly in encoding, feel free to copy-paste the implementation (and to patch Owi to use the one from encoding :-)).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants