-
Notifications
You must be signed in to change notification settings - Fork 2.3k
VS2008 Compilation Issue: Cannot open include file: 'immintrin.h' #9
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
Comments
Yes, indeed. The manual solution is to comment this line : the associated code will be removed from compilation. What I'm lacking currently is a way to achieve this conditional #include automatically. Maybe just excluding VS2005 would be a good enough start ? |
There is a tentative fix for your configuration within the "dev" branch of zstd : For your testings |
Sorry, I said 2005 but I meant 2008. After changing |
OK, "dev" branch updated |
I was looking at making simple python wrappers for the zstd library, and I ran into the following issue when compling on Windows using VS2005:
lib\zstd.c(69) :fatal error C1083: Cannot open include file: 'immintrin.h': No such file or directory
It appears to come from this line.
The text was updated successfully, but these errors were encountered: