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

NTTs: remove ldr/str macros that are no longer needed #36

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

mkannwischer
Copy link
Collaborator

This PR simplifies the aarch64 NTTs by removing the ldr/str macros that are no longer needed because SLOTHY now understands the Neon instructions natively.

@dop-amin, do you happen to have access to a big machine that you could use to re-optimize these and test if they all still work? There is a chance that some qform_ definitions are missing.

Side-note: We considered replacing qform_XXX with the new syntax Q<XXX> but that would result in the source assembly not being functional without running it through SLOTHY. So for now we'll stick with the qform .reqs until we have a better idea.

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.

3 participants