-
Notifications
You must be signed in to change notification settings - Fork 112
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
RandomWow #30
Comments
same |
Can you please show output of cat /proc/cpuinfo command on your system? |
same issue here processor : 0 |
Can you please test it with v11 and report compiler errors if they still happen? |
Hello!
The latest version v10.0.0 with RandomWow is not compiling throwing the following error:
In file included from /usr/lib/gcc/x86_64-linux-gnu/5/include/x86intrin.h:43:0,
from ../RandomWOW/src/intrin_portable.h:89,
from ../RandomWOW/src/soft_aes.h:32,
from ../RandomWOW/src/aes_hash.cpp:29:
/usr/lib/gcc/x86_64-linux-gnu/5/include/wmmintrin.h: In function ‘rx_vec_i128 aesenc(rx_vec_i128, rx_vec_i128) [with bool soft = false; rx_vec_i128 = __vector(2) long long int]’:
/usr/lib/gcc/x86_64-linux-gnu/5/include/wmmintrin.h:61:1: error: inlining failed in call to always_inline ‘__m128i _mm_aesenc_si128(__m128i, __m128i)’: target specific option mismatch
_mm_aesenc_si128 (__m128i __X, __m128i __Y)
^
In file included from ../RandomWOW/src/aes_hash.cpp:29:0:
../RandomWOW/src/soft_aes.h:40:65: error: called from here
return soft ? soft_aesenc(in, key) : rx_aesenc_vec_i128(in, key);
^
cryptonight-hashing.target.mk:162: recipe for target 'Release/obj.target/cryptonight-hashing/RandomWOW/src/aes_hash.o' failed
make: *** [Release/obj.target/cryptonight-hashing/RandomWOW/src/aes_hash.o] Error 1
The text was updated successfully, but these errors were encountered: