mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
Update 5
This commit is contained in:
Binary file not shown.
@@ -84,6 +84,11 @@ AdaptAddLoopUEnd%1:
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
proc Adapt
|
||||
|
||||
shr r9d, 4
|
||||
@@ -101,9 +106,6 @@ AdaptAddUnaligned paddw
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
|
||||
AdaptSub1: je AdaptDone1
|
||||
AdaptAddUnaligned psubw
|
||||
@@ -120,15 +122,6 @@ endproc
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
|
||||
proc CalculateDotProduct
|
||||
|
||||
|
||||
Binary file not shown.
@@ -139,8 +139,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Building assembly..."
|
||||
CommandLine="cd "$(ProjectDir)"Assembly
nasmw -d WIN32 -f win32 -o Assembly.obj Assembly.nas
"
|
||||
Description=""
|
||||
CommandLine=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
@@ -296,8 +296,8 @@
|
||||
/>
|
||||
<Tool
|
||||
Name="VCPreLinkEventTool"
|
||||
Description="Building assembly..."
|
||||
CommandLine="cd "$(ProjectDir)"Assembly
nasmw -d WIN32 -f win32 -o Assembly.obj Assembly.nas
"
|
||||
Description=""
|
||||
CommandLine=""
|
||||
/>
|
||||
<Tool
|
||||
Name="VCLibrarianTool"
|
||||
@@ -2156,6 +2156,16 @@
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Debug|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
CommandLine="cd "$(ProjectDir)"Assembly
nasmw -d WIN32 -f win64 -o Assembly64.obj Assembly64.nas
"
|
||||
AdditionalDependencies="$(ProjectDir)Assembly/Assembly64.nas"
|
||||
Outputs="$(ProjectDir)Assembly/Assembly64.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|Win32"
|
||||
ExcludedFromBuild="true"
|
||||
@@ -2164,6 +2174,17 @@
|
||||
Name="VCCustomBuildTool"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
Name="Release|x64"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCustomBuildTool"
|
||||
Description="Calling assembler"
|
||||
CommandLine="cd "$(ProjectDir)"Assembly
nasmw -d WIN32 -f win64 -o Assembly64.obj Assembly64.nas
"
|
||||
AdditionalDependencies="$(ProjectDir)Assembly/Assembly64.nas"
|
||||
Outputs="$(ProjectDir)Assembly/Assembly64.obj"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\Credits.txt"
|
||||
|
||||
Reference in New Issue
Block a user