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

RandomWow #30

Open
monerador opened this issue Jun 18, 2019 · 4 comments
Open

RandomWow #30

monerador opened this issue Jun 18, 2019 · 4 comments

Comments

@monerador
Copy link

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

@renhecoin
Copy link

same

@MoneroOcean
Copy link
Owner

Can you please show output of cat /proc/cpuinfo command on your system?

@Knomore
Copy link

Knomore commented Jun 26, 2019

same issue here

processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 6
model name : QEMU Virtual CPU version 2.5+
stepping : 3
microcode : 0x1
cpu MHz : 2493.966
cache size : 4096 KB
physical id : 0
siblings : 1
core id : 0
cpu cores : 1
apicid : 0
initial apicid : 0
fpu : yes
fpu_exception : yes
cpuid level : 13
wp : yes
flags : fpu de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pse36 clflush mmx fxsr sse sse2 syscall nx lm rep_good nopl cpuid tsc_known_freq pni vmx cx16 x2apic hypervisor lahf_lm pti tpr_shadow vnmi flexpriority ept vpid
bugs : cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds
bogomips : 4987.93
clflush size : 64
cache_alignment : 64
address sizes : 40 bits physical, 48 bits virtual
power management:

@MoneroOcean
Copy link
Owner

Can you please test it with v11 and report compiler errors if they still happen?

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

4 participants