Skip to content

Commit

Permalink
Removed unused network stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
SChernykh committed Oct 22, 2018
1 parent 20ba4c9 commit 9803df0
Show file tree
Hide file tree
Showing 17 changed files with 10 additions and 2,814 deletions.
1 change: 0 additions & 1 deletion cli-miner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
*
*/

#include "executor.h"
#include "minethd.h"
#include "jconf.h"
#include "console.h"
Expand Down
2 changes: 1 addition & 1 deletion config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
* 1 - assembly level optimized code for Intel Sandy Bridge/Ivy Bridge (Xeon v1/v2, Core i7/i5/i3 2xxx/3xxx, Pentium Gxxx/G2xxx, Celeron Gxxx/G1xxx)
* 2 - assembly level optimized code for AMD Ryzen (1xxx and 2xxx series)
*/
"asm_version" : 2,
"asm_version" : 1,

/*
* LARGE PAGE SUPPORT
Expand Down
10 changes: 0 additions & 10 deletions crypto/asm/cn_main_loop.S
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
.global cnv2_mainloop_ivybridge_asm
.global cnv2_mainloop_ryzen_asm
.global cnv2_mainloop_bulldozer_asm
.global cnv2_mainloop_bulldozer_2_asm
.global cnv2_double_mainloop_sandybridge_asm

.global cnv1_mainloop_soft_aes_sandybridge_asm
Expand Down Expand Up @@ -44,15 +43,6 @@ cnv2_mainloop_bulldozer_asm:
add rsp, 48
ret 0

ALIGN 64
cnv2_mainloop_bulldozer_2_asm:
sub rsp, 48
mov rcx, rdi
mov rdx, rsi
#include "cnv2_main_loop_bulldozer_2.inc"
add rsp, 48
ret 0

ALIGN 64
cnv2_double_mainloop_sandybridge_asm:
sub rsp, 48
Expand Down
7 changes: 0 additions & 7 deletions crypto/asm/cn_main_loop.asm
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ PUBLIC cnv1_mainloop_sandybridge_asm
PUBLIC cnv2_mainloop_ivybridge_asm
PUBLIC cnv2_mainloop_ryzen_asm
PUBLIC cnv2_mainloop_bulldozer_asm
PUBLIC cnv2_mainloop_bulldozer_2_asm
PUBLIC cnv2_double_mainloop_sandybridge_asm

PUBLIC cnv1_mainloop_soft_aes_sandybridge_asm
Expand Down Expand Up @@ -33,12 +32,6 @@ cnv2_mainloop_bulldozer_asm PROC
ret 0
cnv2_mainloop_bulldozer_asm ENDP

ALIGN 64
cnv2_mainloop_bulldozer_2_asm PROC
INCLUDE cnv2_main_loop_bulldozer_2.inc
ret 0
cnv2_mainloop_bulldozer_2_asm ENDP

ALIGN 64
cnv2_double_mainloop_sandybridge_asm PROC
INCLUDE cnv2_double_main_loop_sandybridge.inc
Expand Down
187 changes: 0 additions & 187 deletions crypto/asm/cnv2_main_loop_bulldozer_2.inc

This file was deleted.

Loading

0 comments on commit 9803df0

Please sign in to comment.