Skip to content

Improve SIMD vtable API #492

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

Merged
merged 8 commits into from
Aug 15, 2024
Merged

Improve SIMD vtable API #492

merged 8 commits into from
Aug 15, 2024

Conversation

solidpixel
Copy link
Contributor

@solidpixel solidpixel commented Aug 9, 2024

This PR improves the API for the vtable functions, hiding the implementation behind an opaque struct that is defined by each
SIMD implementation.

No expected change to performance from the API change, this is just a maintainability improvement.

Fixes #491

@solidpixel solidpixel changed the title Improve SIMD table abstraction Improve SIMD vtable abstraction Aug 9, 2024
@solidpixel solidpixel changed the title Improve SIMD vtable abstraction Improve SIMD vtable API Aug 9, 2024
@solidpixel solidpixel added this to the 4.9.0 milestone Aug 9, 2024
@solidpixel solidpixel merged commit 454b6de into main Aug 15, 2024
7 checks passed
@solidpixel solidpixel deleted the vtbl_api branch August 15, 2024 09:02
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.

Improve SIMD table abstraction
2 participants