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

Set USE_SSE with msvc compilers and fix unknown header inclusion #408

Merged
merged 3 commits into from Sep 6, 2022
Merged

Set USE_SSE with msvc compilers and fix unknown header inclusion #408

merged 3 commits into from Sep 6, 2022

Conversation

alxvth
Copy link
Contributor

@alxvth alxvth commented Aug 29, 2022

See discussion at #405:

MSVC compilers do not define __SSE__, but indicate SSE usage slightly differently. That's why I think the problem with including #include "cpu_x86.h" never showed up in build tests.

@dyashuni dyashuni changed the base branch from master to develop September 6, 2022 19:16
@dyashuni
Copy link
Contributor

dyashuni commented Sep 6, 2022

@alxvth Thank you for fixing it!

@dyashuni dyashuni merged commit 1f49ffe into nmslib:develop Sep 6, 2022
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.

None yet

2 participants