2018-10-05 12:02:52 +00:00
|
|
|
_TEXT_CNV2_MAINLOOP SEGMENT PAGE READ EXECUTE
|
|
|
|
PUBLIC cnv2_mainloop_ivybridge_asm
|
|
|
|
PUBLIC cnv2_mainloop_ryzen_asm
|
2019-03-04 06:31:25 +00:00
|
|
|
PUBLIC cnv2_mainloop_bulldozer_asm
|
2018-10-05 12:02:52 +00:00
|
|
|
PUBLIC cnv2_double_mainloop_sandybridge_asm
|
|
|
|
|
2019-03-04 06:31:25 +00:00
|
|
|
ALIGN(64)
|
2018-10-05 12:02:52 +00:00
|
|
|
cnv2_mainloop_ivybridge_asm PROC
|
2019-03-04 06:31:25 +00:00
|
|
|
INCLUDE cn2/cnv2_main_loop_ivybridge.inc
|
2018-10-05 12:02:52 +00:00
|
|
|
ret 0
|
2019-03-04 06:31:25 +00:00
|
|
|
mov eax, 3735929054
|
2018-10-05 12:02:52 +00:00
|
|
|
cnv2_mainloop_ivybridge_asm ENDP
|
|
|
|
|
2019-03-04 06:31:25 +00:00
|
|
|
ALIGN(64)
|
2018-10-05 12:02:52 +00:00
|
|
|
cnv2_mainloop_ryzen_asm PROC
|
2019-03-04 06:31:25 +00:00
|
|
|
INCLUDE cn2/cnv2_main_loop_ryzen.inc
|
2018-10-05 12:02:52 +00:00
|
|
|
ret 0
|
2019-03-04 06:31:25 +00:00
|
|
|
mov eax, 3735929054
|
2018-10-05 12:02:52 +00:00
|
|
|
cnv2_mainloop_ryzen_asm ENDP
|
|
|
|
|
2019-03-04 06:31:25 +00:00
|
|
|
ALIGN(64)
|
|
|
|
cnv2_mainloop_bulldozer_asm PROC
|
|
|
|
INCLUDE cn2/cnv2_main_loop_bulldozer.inc
|
|
|
|
ret 0
|
|
|
|
mov eax, 3735929054
|
|
|
|
cnv2_mainloop_bulldozer_asm ENDP
|
|
|
|
|
|
|
|
ALIGN(64)
|
2018-10-05 12:02:52 +00:00
|
|
|
cnv2_double_mainloop_sandybridge_asm PROC
|
2019-03-04 06:31:25 +00:00
|
|
|
INCLUDE cn2/cnv2_double_main_loop_sandybridge.inc
|
2018-10-05 12:02:52 +00:00
|
|
|
ret 0
|
2019-03-04 06:31:25 +00:00
|
|
|
mov eax, 3735929054
|
2018-10-05 12:02:52 +00:00
|
|
|
cnv2_double_mainloop_sandybridge_asm ENDP
|
|
|
|
|
|
|
|
_TEXT_CNV2_MAINLOOP ENDS
|
|
|
|
END
|