Skip to content

Commit

Permalink
Update cn_main_loop.asm
Browse files Browse the repository at this point in the history
Found this line to be missing. I looked through the history and seemed like the original author of the commit missed it out.
  • Loading branch information
JacksonZ03 authored Oct 8, 2023
1 parent f3446c0 commit 2fa7548
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/cn/asm/win64/cn_main_loop.asm
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ PUBLIC cnv2_mainloop_bulldozer_asm
PUBLIC cnv2_double_mainloop_sandybridge_asm
PUBLIC cnv2_rwz_mainloop_asm
PUBLIC cnv2_rwz_double_mainloop_asm
PUBLIC cnv2_upx_double_mainloop_zen3_asm

ALIGN(64)
cnv1_single_mainloop_asm PROC
Expand Down

0 comments on commit 2fa7548

Please sign in to comment.