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

fix: typo in macro _AVX_512_ENABLED_BY_OS #145

Merged
merged 3 commits into from
Sep 11, 2024
Merged

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Jul 6, 2024

The typo results in a build error when AVX512 is enabled.
This should have been caught by CI but CI disables things that can't be tested: rework CI & tests to build everything and skip tests that can't be run.
We could probably add a test using Intel SDE in order to test everything but that would be for another PR.

based on #144 which fixes the CI workflow.

fixes #146
fixes #147

@mayeut
Copy link
Contributor Author

mayeut commented Sep 11, 2024

@aklomp, can this be reviewed please ?

@aklomp aklomp merged commit e764ac4 into aklomp:master Sep 11, 2024
40 checks passed
aklomp added a commit that referenced this pull request Sep 11, 2024
- Fix a typo in the AVX512 codec selector.
- Allow the user to inhibit CI tests for any codec by setting environment
  variables. This is needed because CI does not support AVX512 yet.

Resolves #145.
@aklomp
Copy link
Owner

aklomp commented Sep 11, 2024

Reviewed and merged, sorry for the delay.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants