Merge branch 'dev' into feature-opencl
This commit is contained in:
commit
71329718e4
23 changed files with 536 additions and 339 deletions
|
@ -1591,3 +1591,7 @@ FN_PREFIX(CryptonightR_instruction_mov254):
|
|||
FN_PREFIX(CryptonightR_instruction_mov255):
|
||||
|
||||
FN_PREFIX(CryptonightR_instruction_mov256):
|
||||
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
|
|
|
@ -71,3 +71,7 @@ FN_PREFIX(cnv2_rwz_double_mainloop_asm):
|
|||
add rsp, 48
|
||||
ret 0
|
||||
mov eax, 3735929054
|
||||
|
||||
#if defined(__linux__) && defined(__ELF__)
|
||||
.section .note.GNU-stack,"",%progbits
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue