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

convert Distances function to use HWY EXPORT_T #184

Merged
merged 2 commits into from
Feb 9, 2025
Merged

Conversation

richardjgowers
Copy link
Member

reduces boilerplate required

@richardjgowers
Copy link
Member Author

@hmacdope it's not as well documented, but EXPORT_AND_DYNAMIC_DISPATCH_T lets you export a templated function into the HWY once section. This means we don't have to enumerate out the types inside the first highway block.

@hmacdope hmacdope merged commit bd84a98 into main Feb 9, 2025
17 of 19 checks passed
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