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

[vecz] Handle missing gather/scatter functions. #652

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

hvdijk
Copy link
Collaborator

@hvdijk hvdijk commented Jan 22, 2025

Overview

[vecz] Handle missing gather/scatter functions.

Reason for change

If we encounter types we do not know how to mangle, we cannot generate gather or scatter functions.

Description of change

Just use scalar loads and stores for this.

Anything else we should know?

If there's any other relevant information we should know that may help us in
understanding and verifying your patch, please include it here.

Checklist

  • Read and follow the project Code of Conduct.
  • Make sure the project builds successfully with your changes.
  • Run relevant testing locally to avoid regressions.
  • Run clang-format-19 on all modified code.

If we encounter types we do not know how to mangle, we cannot generate
gather or scatter functions. Just use scalar loads and stores for this.
@hvdijk hvdijk merged commit 98db5ed into uxlfoundation:main Jan 22, 2025
12 checks passed
@hvdijk hvdijk deleted the missing-gather-scatter branch January 22, 2025 16:59
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.

2 participants