-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2673 from fireice-uk/xmr-stak-rx-dev
[RX] release 1.0.5-rx
- Loading branch information
Showing
28 changed files
with
772 additions
and
538 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
xmrstak/backend/cpu/crypto/randomx/asm/program_epilogue_store.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
;# save VM register values | ||
add rsp, 40 | ||
pop rcx | ||
mov qword ptr [rcx+0], r8 | ||
mov qword ptr [rcx+8], r9 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
xmrstak/backend/cpu/crypto/randomx/asm/program_loop_load_xop.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
lea rcx, [rsi+rax] | ||
mov [rsp+16], rcx | ||
xor r8, qword ptr [rcx+0] | ||
xor r9, qword ptr [rcx+8] | ||
xor r10, qword ptr [rcx+16] | ||
xor r11, qword ptr [rcx+24] | ||
xor r12, qword ptr [rcx+32] | ||
xor r13, qword ptr [rcx+40] | ||
xor r14, qword ptr [rcx+48] | ||
xor r15, qword ptr [rcx+56] | ||
lea rcx, [rsi+rdx] | ||
mov [rsp+24], rcx | ||
cvtdq2pd xmm0, qword ptr [rcx+0] | ||
cvtdq2pd xmm1, qword ptr [rcx+8] | ||
cvtdq2pd xmm2, qword ptr [rcx+16] | ||
cvtdq2pd xmm3, qword ptr [rcx+24] | ||
cvtdq2pd xmm4, qword ptr [rcx+32] | ||
cvtdq2pd xmm5, qword ptr [rcx+40] | ||
cvtdq2pd xmm6, qword ptr [rcx+48] | ||
cvtdq2pd xmm7, qword ptr [rcx+56] | ||
vpcmov xmm4, xmm4, xmm14, xmm13 | ||
vpcmov xmm5, xmm5, xmm14, xmm13 | ||
vpcmov xmm6, xmm6, xmm14, xmm13 | ||
vpcmov xmm7, xmm7, xmm14, xmm13 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
xmrstak/backend/cpu/crypto/randomx/asm/program_xmm_constants.inc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.