Skip to content

RandomWow #30

@monerador

Description

@monerador

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions