You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 22, 2019. It is now read-only.
I'm bothering you with some errors I haven't been able to fix. Are related to SIMDArrayInstructions.cpp.
the __m128i and __m256i are not defined/found.
Let me know if you need more info.
Thanks!
The text was updated successfully, but these errors were encountered:
It was a long time ago, but I will try to give you an answer.
Those words are called intrinsic, more precisely, those intrinsic belong to
SSE (128) instructions and AVX instructions (256).
I guess you need to turn on the AVX support (Properties....)
You can also search on the Net on how to compile SSE code in C/C++.
2018-03-29 13:00 GMT+02:00 EnkiduSlayer <[email protected]>:
I'm bothering you with some errors I haven't been able to fix. Are related to SIMDArrayInstructions.cpp.
the __m128i and __m256i are not defined/found.
Let me know if you need more info.
Thanks!
The text was updated successfully, but these errors were encountered: