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

Fix for Host code binary operation. #1855

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

moradza
Copy link

@moradza moradza commented Oct 8, 2024

Host code using OpAndPopc while operation done in the backend is and_add same for xor. Suggesting to add another Operator in arch.h for OpAndAdd and OpXorAdd and renamaing OpAndPopc to OpAndPopcAdd

moradza and others added 3 commits October 8, 2024 17:45
Added support for xor_and_popc and and_and_popc in array.h
Add and_popc_add and xor_popc_add to functional.
Replaced add_add with and_popc_add as Operator is `OpAndPopc` not 'OpAndAdd`. Same for xor_add
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

Successfully merging this pull request may close these issues.

1 participant