From 2fa754825d86ca256f25e3774cd243f1a2112a0b Mon Sep 17 00:00:00 2001 From: Jackson Zheng <60581068+JacksonZ03@users.noreply.github.com> Date: Sun, 8 Oct 2023 23:29:52 +0100 Subject: [PATCH] Update cn_main_loop.asm Found this line to be missing. I looked through the history and seemed like the original author of the commit missed it out. --- src/crypto/cn/asm/win64/cn_main_loop.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/src/crypto/cn/asm/win64/cn_main_loop.asm b/src/crypto/cn/asm/win64/cn_main_loop.asm index 0979580ab..da1c19a16 100644 --- a/src/crypto/cn/asm/win64/cn_main_loop.asm +++ b/src/crypto/cn/asm/win64/cn_main_loop.asm @@ -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