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

Remove (all) wrapper macros #59

Open
dop-amin opened this issue Jun 14, 2024 · 0 comments
Open

Remove (all) wrapper macros #59

dop-amin opened this issue Jun 14, 2024 · 0 comments

Comments

@dop-amin
Copy link
Collaborator

In #36, the removal of macros that we do not require as wrappers for instructions has been started for load and store instructions.
I think it would be good to also remove the wrappers for arithmetic instructions.

Example: In examples/naive/aarch64/intt_dilithium_1234_5678.s

.macro vmls d,a,b
        mls \d\().4s, \a\().4s, \b\().4s
.endm
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

1 participant