Fixes for Visual Studio

This commit is contained in:
SChernykh 2019-01-14 16:38:28 +01:00
parent 8b9d5cff91
commit 56cacbd5bc
5 changed files with 70 additions and 17 deletions

View file

@ -8,28 +8,40 @@ ALIGN 64
cnv2_mainloop_ivybridge_asm PROC
INCLUDE cn2/cnv2_main_loop_ivybridge.inc
ret 0
nop;nop;nop;nop;
nop
nop
nop
nop
cnv2_mainloop_ivybridge_asm ENDP
ALIGN 64
cnv2_mainloop_ryzen_asm PROC
INCLUDE cn2/cnv2_main_loop_ryzen.inc
ret 0
nop;nop;nop;nop;
nop
nop
nop
nop
cnv2_mainloop_ryzen_asm ENDP
ALIGN 64
cnv2_mainloop_bulldozer_asm PROC
INCLUDE cn2/cnv2_main_loop_bulldozer.inc
ret 0
nop;nop;nop;nop;
nop
nop
nop
nop
cnv2_mainloop_bulldozer_asm ENDP
ALIGN 64
cnv2_double_mainloop_sandybridge_asm PROC
INCLUDE cn2/cnv2_double_main_loop_sandybridge.inc
ret 0
nop;nop;nop;nop;
nop
nop
nop
nop
cnv2_double_mainloop_sandybridge_asm ENDP
_TEXT_CNV2_MAINLOOP ENDS