node-cryptonight-hashing icon indicating copy to clipboard operation
node-cryptonight-hashing copied to clipboard

RandomWow

Open monerador opened this issue 6 years ago • 4 comments

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

monerador avatar Jun 18 '19 22:06 monerador

same

renhecoin avatar Jun 19 '19 02:06 renhecoin

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

MoneroOcean avatar Jun 19 '19 15:06 MoneroOcean

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:

Knomore avatar Jun 26 '19 20:06 Knomore

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

MoneroOcean avatar Jul 20 '19 01:07 MoneroOcean