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

__m256i/ _mm256_or_si256/ _mm256_testc_si256 #31

Open
IronLavender opened this issue Feb 5, 2018 · 1 comment
Open

__m256i/ _mm256_or_si256/ _mm256_testc_si256 #31

IronLavender opened this issue Feb 5, 2018 · 1 comment

Comments

@IronLavender
Copy link

There comes an error in compiling your codes. It seems to be occurred by immintrin.h file without the definition of __m256i, _mm256_or_si256, _mm256_testc_si256. I found the file in my system, Intel(R) Core(TM) i3-3240 CPU @3.40GHz, centos6.9, gcc4.8.2, it really does not have these. It’s truly confusing me what the problem is. Here are the error messages:
messages.zip

@jbapple-cloudera
Copy link
Contributor

jbapple-cloudera commented May 6, 2018

That file in your system is not aware of AVX instruction set. I suspect you can fix this by upgrading your compiler to a newer version.

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

No branches or pull requests

2 participants