Skip to content

Conversation

bashbaug
Copy link
Owner

Fixes #2

Description of Changes

Adds support for multiple platforms. Multiple platforms are supported constructing dispatch tables for all platforms, then selecting the correct dispatch table at runtime based on the passed-in dispatchable object.

Note that the previous single-platform-only behavior can still be selected via a CMake option and is likely to perform better if only a single platform is needed.

Added CI testing for both configurations.

Testing Done

Wrote a tester app that called extension functions from multiple platforms on a system with multiple platforms.

@bashbaug bashbaug merged commit 672b3e5 into main Aug 31, 2021
@bashbaug bashbaug deleted the multiple-platform-support branch August 31, 2021 06:12
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.

handle multiple platforms
1 participant