mirror of
https://github.com/xmrig/xmrig.git
synced 2025-01-10 12:54:33 +00:00
Merge branch 'dev' into evo
This commit is contained in:
commit
5e1199ea48
1 changed files with 4 additions and 0 deletions
|
@ -51,3 +51,7 @@ KeccakF1600_AVX2_ASM:
|
||||||
lea r10,[rip+rndc]
|
lea r10,[rip+rndc]
|
||||||
|
|
||||||
#include "sha3_256_keccakf1600_avx2.inc"
|
#include "sha3_256_keccakf1600_avx2.inc"
|
||||||
|
|
||||||
|
#if defined(__linux__) && defined(__ELF__)
|
||||||
|
.section .note.GNU-stack,"",%progbits
|
||||||
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue